App built in Kotlin, offers a seamless movies list browsing experience by fetching popular films from https://www.themoviedb.org/ using Retrofit for API integration. The app utilizes ROOM to store the movie list locally, ensuring offline access for users.
- Kotlin
- Retrofit
- Room Database
- XML
- Dagger
- Coroutines
- MVVM
- LiveData
- GSON
- OkHttp