This post is about creating an android app to encrypt and decrypt text. Step 1: Create a new project with name…
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…