RecyclerView How to set the empty view to RecyclerView Almost all applications display information in the lists. We have two basic components for displaying list of data in Android. Alex Zhukovich Feb 5, 2017 5 min read
RecyclerView Multiple row layouts using RecyclerView Today I would like to talk about using different row layouts using RecyclerView. Firstly we need to add some dependencies Alex Zhukovich Feb 25, 2016 4 min read
RecyclerView RecyclerView click listener In this post we will talk about RecyclerView. How to add listener for item click. What is RecyclerView? With the Alex Zhukovich Jun 13, 2015 3 min read