Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-01-30 | 314 Bytes | |
Simplify ViewModels source code.tar.gz | 2019-01-30 | 114.4 kB | |
Simplify ViewModels source code.zip | 2019-01-30 | 152.7 kB | |
Totals: 3 Items | 267.4 kB | 0 |
Simplify ViewModel in order to only have one LiveData<Input> (aka query property) and one LiveData<Output> (aka state property).
Move handling state logic to subscriber layer, aka the UI, simplify binding with only one state_change
binding per required view
This change tries to simplify the testing effort