This is an Android app that uses Filimo search API to search for movie titles. I use MVVM and Clean Architecture guidelines and best practices. you can download a debug version of this app in this link.
Project is created with:
- Kotlin coroutine (Multi Threading)
- Flow (Observable data)
- JetPack Compose (Designing Ui)
- Ktor (Networking)
- Kotlin Serialization (Deserialize Json)
- Dagger Hilt (Dependency Injection)
- Coil (Downloading images)