Rok Koncina
05/01/2019, 4:25 PMCody Engel
05/01/2019, 7:18 PMby
keyword.Rok Koncina
05/13/2019, 1:51 PMCody Engel
05/13/2019, 10:53 PMEditText
exposes Editable
.Rok Koncina
05/14/2019, 9:12 AMV1 --- V2
| |
P1 P2
\ /
R
Cody Engel
05/14/2019, 2:29 PMEditText
providing text
.
2. Larger Views (such as an entire screen) -> presenter could speak with a common repository which other presenters could observe on if they care about that data.
For avoiding cycles in data, if you’re using RxJava you can attach distinctUntilChanged()
, in a non-rx workflow it’s likely going to be a little trickier but still do-able.