Tag: custom layout
Add Recycler View With Divider Line in Android
In this article we show how to create RecyclerView with a custom layout. RecyclerView is similler to ListView but with many updated...
Add List View with Custom Adapter in Android
In this article we learn how to create ListView with custom adapter.It helps you to displaying the data in the form of a scrollable...
Add GridView with Custom Adapter in Android
In this article we will show you how to create GridView with custom adapter. GridView is use to display items in two dimensional scrolling...
Add Recycler View with Card View in Android
In this article we will learn how to create CardView with RecyclerView.CardView is the major element of android. Using CardView we...