How many times have you needed an app to display a group of related items in a list? How about all the time. :] Displaying a specific list is essential to the function of almost any app that queries a set of data and returns a list of results, so many apps need to do […]
@kevindmoore We have a GridView tutorial as well as a RecyclerView to be released soon actually. We just think its nice to understand the elements and ideas that the RecyclerView is built on as a lot of principles are carried over.
This article with the starter project is the best practice I have ever read since i have spent many time on reading the articles on Internet. Recommend reading the comment lines in RecipeAdapter.java where’s located at completed project sample.
p.s. Sometimes i am assigned to maintain some app with ListView but not RecyclerView, working as a team sometimes you can’t change the ListView to RecyclerView as you want, this article helps understand how the json data work with ListView adapter. Thank you so much for your sharing.
This tutorial is more than six months old, so questions are no longer supported at the moment for it. We will update it as soon as possible. Thank you! :]