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: