This is a simple Android app that allows users to search top images of the week from Imgur Api and view them in a grid or list format. Development done using MVVM pattern
- Search for top images of the week on Imgur using keywords.
- View search results in a grid or list format.
- Display image details including title, date, and additional images count.
- Kotlin Coroutines : Asynchronous Programming
- Retrofit: HTTP Client for API Calls
- Dagger Hilt: Dependency Injection for Android
- ViewModel and Activity KTX: Lifecycle Components like viewModel scope etc
- SDP and SSP: Scalable Size Units for Android
- Glide: Image Loading Library