Frank-NhatVM's repositories
fatherofapps-android-mvvm
A base source code for Android App. It is written by kotlin and followed the Google's guide : https://developer.android.com/jetpack/guide .
jetpack-compose-youtube
Source code for jetpack compose youtube series.
android-hilt-practice
Use Hilt for Android Project.
stackoverflowapp
This project demo how to build a StackOverFlow Application by using Android Architecture Components: ViewModel, LiveData, Navigation Component and Dagger 2, retrofit, moshi, Coroutine. Of course, It also demo how to testing with JUnit 4, Mockito, Espresso
kotlin-coroutines-practice
Practice with kotlin coroutines in some use cases: Performing single request, multiple request: sequence, concurrency. Handle exception, cancel coroutine.
android-dependency-injection
A brief history of dependency injection in Android.
expensestracker
An application is inspired by Your Money or Your Life book for tracking your expenses. This app uses MVVM architecture. It demos how to use Room, LiveData, Coroutine, DataBinding and testing them.
facebookclone-flutter
Clone Facebook by using Flutter
navigationui-bottomnavigationsample
How to use Android jetpack Navigation Component with BottomNavigation in Android