This is android application where I'll try to impliment the latest and the greatest along with links to the medium article. The project uses DogApi for retrofit requests. It does not request any registration so you can build the application directly.
- Uses coroutines
- Flows on top of that
- Channesl for downstream communication
- MVVM architecture
- Room, Retrofit, OkHTTP, Jetpack Componenets
Medium Article | Github Branch |
---|---|
What the Flows: Build an Android app using Flows, Live Data, and MVVM architecture | begin_flows |
Implementing Search Filter using Kotlin Channels and Flows in your Android Application | implementing_search_in_database |
Adding Hilt (No Article ❌) | migrating_to_hilt |
Adding Animations using Android (Medium article in progress) | adding_animation |