RecyclerView & Adapter the right way
Recycler View and Adapter with Model pattern for Android Recycler View is used as the List View. The difference between the two is that the RecyclerView is using less hardware resources for showing the items in the list. For example, if you have list with 500 items, its not wiseRead More →