https://github.com/mortezakdevelop/user_list_check
https://github.com/mortezakdevelop/user_list_check
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mortezakdevelop/user_list_check
- Owner: mortezakdevelop
- Created: 2022-12-31T04:16:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T04:18:14.000Z (over 3 years ago)
- Last Synced: 2025-01-17T08:34:43.637Z (over 1 year ago)
- Language: Kotlin
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UserListCheck
Retrofit2, Room, Hilt, MVVM project.
Get JSON from reqres.in by Retrofit2,
fill data into created Room database, show list of users in RecyclerView.
Refresh and reload data from API. Logging all points.
Click on any User to enter Edit User Fragment, Edit, Delete users from DB.

