#mvvm
Read more stories on Hashnode
Articles with this tag
So last week, I decided to write on why you should use the ListAdapter in your RecylerViews in Android. After all, what is an android application...
Displaying a list of items in a list with a RecyclerView is a very common pattern in Android Development. So much so that most developers do not go...
Displaying a list of items in an android application and clicking on those items is a popular pattern. Anyone going by the tag of an Android Developer...