Android Open Source - Example sample recyclerview-sample






Project Summary

An example of how to use Android L's new RecyclerView with a custom ItemAnimator.

Web Site / Source Repository

recyclerview-sample is hosted in the following web site
https://github.com/evant/recyclerview-sample

If you think the Android project recyclerview-sample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of recyclerview-sample.

ItemValue
Java File Count5
Activity Count1

License

The license information of recyclerview-sample is as follows:

Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCT...

Java Source Files

me.tatarka.recyclerviewtest.ApplicationTest.java
me.tatarka.recyclerviewtest.MyActivity.java
me.tatarka.recyclerviewtest.itemanimator.BaseItemAnimator.java
me.tatarka.recyclerviewtest.itemanimator.PendingAnimator.java
me.tatarka.recyclerviewtest.itemanimator.SlideInFromLeftItemAnimator.java