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
- Host: GitHub
- URL: https://github.com/boltuix/hilt-image-sharedpreference-util
- Owner: BoltUIX
- License: apache-2.0
- Created: 2022-10-30T17:48:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T18:01:18.000Z (over 3 years ago)
- Last Synced: 2024-12-26T03:26:03.226Z (over 1 year ago)
- Topics: android, commonutil, hilt, imageloader, kotlin, mvvm, sharedpreferences
- Language: Kotlin
- Homepage: https://www.boltuix.com/2022/09/how-to-implement-hilt-in-android-app.html
- Size: 305 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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