Pinned Repositories
android-layout-samples
Explorations around Android custom layouts
custom-view-examples
Collection of example applications to highlight creating custom Views and ViewGroups within the Android framework.
learning-recyclerview
Let's learn about RecyclerView!
LollipopShowcase
A simple app to showcase Androids Material Design and some of the cool new cool stuff in Android Lollipop. RecyclerView, CardView, ActionBarDrawerToggle, DrawerLayout, Animations, Android Compat Design, Toolbar
RecyclerView
Sample for using RecyclerView instead of ListView
RecyclerView-1
Simple list using recylerView and cardView
recyclerview-2
Conform to the masterial recyclerview design, have add headerview, add footerview method, each item has its own click event, similar to a listview. SetOnItemClickListener
RecyclerView-3
Samples of RecyclerView for Android (Image caching using Volley also coverd)
recyclerview-playground
Examples of RecyclerView use and custom LayoutManager implementations
support_library_21_demo
RecyclerView, CardView and Palette demo
rexlabufsc's Repositories
rexlabufsc/android-layout-samples
Explorations around Android custom layouts
rexlabufsc/custom-view-examples
Collection of example applications to highlight creating custom Views and ViewGroups within the Android framework.
rexlabufsc/learning-recyclerview
Let's learn about RecyclerView!
rexlabufsc/LollipopShowcase
A simple app to showcase Androids Material Design and some of the cool new cool stuff in Android Lollipop. RecyclerView, CardView, ActionBarDrawerToggle, DrawerLayout, Animations, Android Compat Design, Toolbar
rexlabufsc/RecyclerView
Sample for using RecyclerView instead of ListView
rexlabufsc/RecyclerView-1
Simple list using recylerView and cardView
rexlabufsc/recyclerview-2
Conform to the masterial recyclerview design, have add headerview, add footerview method, each item has its own click event, similar to a listview. SetOnItemClickListener
rexlabufsc/RecyclerView-3
Samples of RecyclerView for Android (Image caching using Volley also coverd)
rexlabufsc/recyclerview-playground
Examples of RecyclerView use and custom LayoutManager implementations
rexlabufsc/support_library_21_demo
RecyclerView, CardView and Palette demo
rexlabufsc/twoway-view
RecyclerView made simple
rexlabufsc/UltimateRecyclerView
A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.