Skip to content

SatnamPC/HiltSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

HiltSetup

How to make a setup for Hilt Implementation within Android Studio

plugins { id 'com.google.dagger.hilt.android' }

dependencies { implementation "com.google.dagger:hilt-android:2.44"
kapt "com.google.dagger:hilt-compiler:2.44" }

Delegation property uses

. How to create delegate adapters . How to user recycler view with delegate adapters

Reload Functionality

. How to handle reloading functionality

Private Stateflow mechanism

. How to create private state flow to update and observe the value

About

How to setup of Hilt Implementation within android studio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages