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

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.

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`