An open API service indexing awesome lists of open source software.

https://github.com/boltuix/hilt-image-sharedpreference-util

Load image using Picasso library & Common shared preference using HILT and mvvm pattern
https://github.com/boltuix/hilt-image-sharedpreference-util

android commonutil hilt imageloader kotlin mvvm sharedpreferences

Last synced: about 1 month ago
JSON representation

Load image using Picasso library & Common shared preference using HILT and mvvm pattern

Awesome Lists containing this project

README

          

# Hilt-Image-SharedPreference-Util
Load image using Picasso library & Common shared preference using HILT and mvvm pattern

Implementing dependency injection provides you with the following advantages:
* Reusability of code
* Ease of refactoring
* Ease of testing

Read more:
https://www.boltuix.com/2022/09/how-to-implement-hilt-in-android-app.html