Simple app that explain how to use RecycleView.
RecyclerView is hosted in the following web site
https://github.com/JonaxelN/RecyclerView
If you think the Android project RecyclerView listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of RecyclerView.
Item | Value |
---|---|
Java File Count | 6 |
Activity Count | 1 |
RecyclerView has the following Java source files.
com.example.recyclerview.ApplicationTest.java com.example.recyclerview.MainActivity.java com.example.recyclerview.RecyclerViewHolder.java com.example.recyclerview.adapter.CustomRecyclerAdapter.java com.example.recyclerview.adapter.RecyclerAdapter.java com.example.recyclerview.model.Data.java