A demo android project for browsing movie infomation written in Kotlin using MVVM architecture with the newest Jetpack components
- Android Studio 3.2.1 or newer
Get an API key from TMDB
Add API key to gradle.properties
TmdbApiKey="API_KEY"
-
Kotlin
-
Min SDK 21
-
AndroidX
-
ListAdapter (RecyclerView)
-
Material Design
-
Retrofit
-
Glide
-
MVVM Architecture Pattern
-
Android Jetpack
- Architecture - Data Binding, LiveData, Room, ViewModel
- Dagger 2
- RxJava2
- Jetpack Navigation?