Technical Interview Submission
This app was created with Jetpack Compose, you need to use the latest Canary version of Android Studio. You can clone this repository or import the project to Android Studio following the steps here. An APK file that can be installed is also provided in this folder
- Jetpack Compose: UI
- Koin : For Dependency Injection
- Room : Offline Database
- Retrofit: HTTP Client for Android.
- Paging 3 : For handling paginated list
- Flow and couroutines: For handling Asynchoronous operations.
- MVVM