Horizontal ListView in Android?

As per Android Documentation RecyclerView is the new way to organize the items in listview and to be displayed horizontally Advantages: Since by using Recyclerview Adapter, ViewHolder pattern is automatically implemented Animation is easy to perform Many more features More Information about RecyclerView: grokkingandroid.com antonioleiva.com Sample: survivingwithandroid.com Just add the below block to make the … Read more