People-MVVM icon indicating copy to clipboard operation
People-MVVM copied to clipboard

Sample created to practice MVVM and DataBinding in Android Applications.

Results 2 People-MVVM issues
Sort by recently updated
recently updated
newest added

I think we can not hold reference of Context or Activity in ViewModel classes. The ViewModel should not know about View. This approach may cause some code coupling.

Added ListAdapter and DiffUtilCallBack()