Sample project of my blog Grokking Android. Sample for this post: http://www.grokkingandroid.com/first-glance-androids-recyclerview/.
recyclerviewdemo is hosted in the following web site
https://github.com/writtmeyer/recyclerviewdemo
If you think the Android project recyclerviewdemo 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 recyclerviewdemo.
Item | Value |
---|---|
Java File Count | 7 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 2 |
There are 2 image files in recyclerviewdemo. The names of the image files are listed as follows.
ic_action_add.png ic_action_remove.png
The following screenshort is generated from the image listed above.
recyclerviewdemo has the following Java source files.
com.grokkingandroid.samplesapp.samples.recyclerviewdemo.CardViewDemoActivity.java com.grokkingandroid.samplesapp.samples.recyclerviewdemo.Constants.java com.grokkingandroid.samplesapp.samples.recyclerviewdemo.DemoModel.java com.grokkingandroid.samplesapp.samples.recyclerviewdemo.DividerItemDecoration.java com.grokkingandroid.samplesapp.samples.recyclerviewdemo.RecyclerViewDemoActivity .java com.grokkingandroid.samplesapp.samples.recyclerviewdemo.RecyclerViewDemoAdapter .java com.grokkingandroid.samplesapp.samples.recyclerviewdemo.RecyclerViewDemoApp.java