Jarin
Jarin
@digmoy-techpro The approach used in this tutorial foe getting data from viewModel is wrong. We have to observe from the livedata. It should be done as mainActivityViewModel.getUser() servicesLiveData.observe(this, Observer {...
@uzman I am also trying for the same. Did you achieved it?
Thanks a lot. I have managed to achieve that in this library itself.
Can be achieved by modifying getItemCount method the adapter.