Shrikant Badwaik

Results 6 comments of Shrikant Badwaik

What I'm trying to achieve is show separate color for plotted co-ordinates in different quadrant for ex. Red in Top Left, Green in Top Right, etc.

Android 5.0 and above

Device i'm using is ASUS Nexus tablet model no ME370T with android 5.1.1. I tried my app on other devices there also i experienced some lag.

@lfernandosp Thanks for you suggestion, it did helped me with my issue. So, I changed my LiveData from `MutableLiveData` to `MutableLiveData()` that gives me Transition with ToState & SideEffect. I...