In this project , we will build a simple application ,where we fetch data from the server and show into recyclerview with the help of MVVM patter, Dagger-hilt , Retrofit, StateFlow , Sealed Class and Kotlin Coroutines. Hope you will enjoy and learn something new from this project :)
A project which shows how to do api calling in both android and ios through KMM 😍
In this project, we are going to make a weather application , with the help of dagger-hilt, retofit,coroutines,flow and channel. I have used openweather free api to make network request.
The Paging library helps you load and display pages of data from a larger dataset from local storage or over network. This approach allows your app to use both network bandwidth and system resources more efficiently. The components of the Paging library are designed to fit into the recommended Android app architecture, integrate cleanly with other Jetpack components, and provide first-class Kotlin support.
In this repository we will see the tutorials on Jetpack Compose
so hey guys in this project we are going to make a todo app with the help of room database and dagger-hilt( it provides dependencies injection)
In this repository we will see how to provide authentication (login , signup) using aws cognito user pool in android kotlin
so Hey guys In this project we will make a simple application with the help of Dagger-Hilt with LiveData, Flow and Retrofit , where we will fetch some data from the server and shows into RecyclerView
So in this project i am not going to focus on like how to convert your age into minute, but instead of that we will focus on how to write clean code with the help of MVVM.In this project we will use MVVM , dagger hilt , kotlin flows and Coroutines to build a simple Age to Minute converter App . Hope you will enjoy and learn something new from this app