Android, Technology

RecyclerView in Android

Android RecyclerView  was introduced in Android 5.0 Lollipop. It is much faster and memory efficient than Android ListView. You can download sample application source code for this tutorial from here. A RecyclerView can cache previously used view for a specific adapter position for later reuse to display same type of data again...

by Noor Alam
Tag: UserInterface
20-May-2015