This is the second post in our Android RecyclerView series. In previous post, you have find a very basic example about the RecyclerView in Android development. In this post, we will go deeper about one important element with RecyclerView: the Adapter.
Please refer to the source code which has been