https://github.com/rishabhdeepsingh/stackoverflow_privileges
https://github.com/rishabhdeepsingh/stackoverflow_privileges
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rishabhdeepsingh/stackoverflow_privileges
- Owner: rishabhdeepsingh
- Created: 2020-09-10T20:33:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T20:34:29.000Z (over 4 years ago)
- Last Synced: 2025-01-03T12:12:42.485Z (5 months ago)
- Language: Kotlin
- Size: 144 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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