https://github.com/jhomlala/persons
Persons - MVVM + RxJava
https://github.com/jhomlala/persons
Last synced: about 1 month ago
JSON representation
Persons - MVVM + RxJava
- Host: GitHub
- URL: https://github.com/jhomlala/persons
- Owner: jhomlala
- License: mit
- Created: 2018-10-14T17:14:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T20:17:46.000Z (over 6 years ago)
- Last Synced: 2025-01-19T02:39:01.938Z (3 months ago)
- Language: Java
- Size: 398 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Persons
Persons - MVVM + RxJavaApplication includes MVVM architecture. It utilizes LiveData and ViewHolder with RxAndroid and RxBinding.
Features:
1. Person list
2. New person form (simple form)
3. Remove person (click on element in list)
4. Generate new random person every 5 seconds.
![]()
![]()
![]()