An imgur reddit gallery client for Android.
This app was developed to learn about the most common libraries, frameworks, and design patterns. Such as:
- The Android Archtitecture Components ViewModel and LiveData for MVVM design pattern.
- The imgur Api client was implemented with Retrofit2.
- All async actions were done with Kotlin Coroutines, and WorkManager.
The applications also makes use of material design animiations, offline caching, and secure OAuth2 sign in. The beta is available on the Google Play.

