An open API service indexing awesome lists of open source software.

https://github.com/rishabhdeepsingh/stackoverflow_privileges


https://github.com/rishabhdeepsingh/stackoverflow_privileges

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

Here’s the learning path for today:

- ConstraintLayout as an alternative to other layouts
- LiveData and it’s use cases
- Understanding lifecycle aware Architecture Components
- Retrofit + ViewModel

~~~~~
Demo App 1: Create a single page app that lists all the privileges that a user can have on StackOverflow
- Access the API here: https://api.stackexchange.com/docs/privileges
- The privileges should be rendered as a vertical list with a arrangement which shows:
- reputation in a larger font
- short description
- description
- Try to create item layout visually appealing - no limitations on creativity!
- Try to complete it before eod today
~~~~~

Don’t hesitate to ping if you get stuck anywhere.

Resources:
- https://www.youtube.com/watch?v=h1LHzObflwo
- https://codelabs.developers.google.com/codelabs/kotlin-android-training-view-model/#0
- https://www.raywenderlich.com/164-android-architecture-components-getting-started