This is last submission from dicoding class "Menjadi Android Developer Expert"
This app is useful for showing popular, currently airing, highest rated movies and tv shows, etc. the database comes from https://www.themoviedb.org/ the data of movies and tv shows that have been shown will be stored in local storage and can be viewed offline. There is also a favorite feature to display your favorite movies or TV shows that you have marked
Some of the things this app applies
-Kotlin
-MVVM using Clean Architecture
-Pagination = Unlimited scrolling
-Reactive Programming = Coroutine Flow
-Dependency Injection = Koin
-Modularization = Android library "core" and dynamic feature "favorite"
-Security = Request network with certificate pinning, SQLite / local database encrypt with SQLite Chipper, obfuscate
-ViewBinding, retrofit, room, glide, etc

