This post describes a simple RecyclerView added as a Fragment in MainActivity. Create main.xml. In main.xml add a ToolBar in…
This tutorial shows how to display a Map List containing texts and images in a Custom GridView. Step 1: Create a…
This tutorial shows how to display a String list in a GridView. Step 1: Create a new project with name GridView…
This tutorial shows how to display a HashMap with String and ArrayList<String> as key value pairs, in an ExpandableListView. Step…
This tutorial shows how to display a Map List containing text and images in a Custom ListView. Step 1: Create a…
Create a Map variable // Create a new HashMap HashMap<String, Object> mapVariable = new HashMap<String, Object>(); // Add items to…
This tutorial shows how to display a String list and a list of images in a Custom ListView. Step 1: Create…
This tutorial shows how to display a String list in a Custom ListView. Step 1: Create a new project with name…
This tutorial shows how to display a String list in a ListView. Step 1: Create a new project with name ListViewExample…
Spinners provide a quick way to select one value from a list of values. In the default state, a spinner…