The Clean Architecture Android App
- Get a list of Cute Cats.
- Display of Categories on Drawer
- Load More Cats By Click on 'loadmore' Button
- LiveData
- ViewModel
- Hilt
- OkHttp3
- Retrofit2
- Coroutine
- Unit Test
- UI Test
Clone the repository:
git clone git@github.com:arash-jahani/CuteCats.git
Then sync project with Gradle file.
**Note:**Android Gradle plugin requires Java 11 to run.