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

https://github.com/jhomlala/persons

Persons - MVVM + RxJava
https://github.com/jhomlala/persons

Last synced: about 1 month ago
JSON representation

Persons - MVVM + RxJava

Awesome Lists containing this project

README

        

# Persons
Persons - MVVM + RxJava

Application 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.