This App that allows users to search events by using seat geek search api further user can browse the details of events and save it as favourite.
Before running the project please generate your own Client Id on http://platform.seatgeek.com/ and replace in gradle.properties file.
- Language Kotlin
- Android Jetpack (Navigation + ViewModel + LiveData + Flow + Room)
- DI (Dependency Injection) Koin
- Networking Retrofit + OK-Http
- Testing JUnit + Mockk
- Others Glide, Timber, LeakCanary