Mayursinh Parmarmayursinhdevblog.hashnode.dev·Jun 17, 2024Building a Modern News App with MVVM, Retrofit, Hilt, Pagging and Jetpack Compose in KotlinHello developers! Today, we're going to create a News application using the MVVM design pattern, Retrofit for network calls, Hilt for dependency injection, and the modern UI toolkit Jetpack Compose for the user interface. Let's dive in and have some ...Discuss·69 readsAndroidAndroid
Mukesh Rajputrajputmukesh748.hashnode.dev·May 8, 2024Hilt: Simplifying Dependency Injection in AndroidDependency injection (DI) offers a structured approach to provide objects to classes without directly creating them. Hilt, an extension library built on top of Dagger, streamlines DI by automating boilerplate code and integrating seamlessly with Jetp...Discusshilt