https://github.com/duartbreedt/android-concepts-reference-kotlin
A single repository to learn the basics of Android in Kotlin without all the fluff.
https://github.com/duartbreedt/android-concepts-reference-kotlin
android example jetpack jetpack-android jetpack-lifecycle-components jetpack-navigation kotlin kotlin-android kotlin-coroutines livedata reactive-programming reactive-streams recyclerview sample tutorial
Last synced: 5 months ago
JSON representation
A single repository to learn the basics of Android in Kotlin without all the fluff.
- Host: GitHub
- URL: https://github.com/duartbreedt/android-concepts-reference-kotlin
- Owner: DuartBreedt
- Created: 2022-11-12T07:39:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T09:44:15.000Z (over 2 years ago)
- Last Synced: 2024-02-15T10:41:13.122Z (over 2 years ago)
- Topics: android, example, jetpack, jetpack-android, jetpack-lifecycle-components, jetpack-navigation, kotlin, kotlin-android, kotlin-coroutines, livedata, reactive-programming, reactive-streams, recyclerview, sample, tutorial
- Language: Kotlin
- Homepage:
- Size: 229 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android-Concepts-Reference-Kotlin
A single repository to learn the basics of Android in Kotlin without all the fluff.
## How to use this repository
- Each branch contains a set of different but related concepts
- The repository readme describes the details around the concepts in each branch
- Checkout the relevant branch for more information
## Branches
- `main`
- `03.UIComponents`
- `04.StateThreadingAndNetworking`
- `06.NavigationComponent`
- `08.Testing`