Manas Chaudhari
Manas Chaudhari
Adding https://github.com/manas-chaudhari/android-mvvm/pull/42 for reference.
An approach to access view lifecycle in ViewModels was discussed in https://github.com/manas-chaudhari/android-mvvm/pull/42#issuecomment-268178199. Idea is to pass lifecycle to ViewModel as a dependency. [`NaviComponent`](https://github.com/trello/navi) can be used to represent lifecycle. It...
This abstract adapter would have the same three fields: - `Observable` - `ViewProvider` - `ViewModelBinder` (Optional as library has a default instance) In xml, its convenient to provide the first...
There needs to be a way to stop the reconnection. OR at least the disconnect function should stop the reconnection cycle (in disconnected state). Usecase: 1. Page with MQTT functionality...
+1 for this requirement. I am also willing to take a stab at implementing if I can get some guidance on the approach.