Tag Archives: Listview Example

How to create a list view in android using Kotlin?

By | April 10, 2025

Lists are common way of representing data in any mobile application. In this example I’ll create a list view of all countries using Kotlin for Android. This implementation will include the necessary components to display country names in a RecyclerView. First, let’s organize this into several parts: To set up this project, you’ll need to:… Read More »

Expandable ListView in ANDROID using SimpleExpandableListAdapter, a simple example.

By | May 3, 2013

Hi all…… Here is a simple example of expandandable ListView in ANDROID. But I am not going to explain any code, because everything is explained inside the java file. Make sure to read it. The main.xml file. The child_row.xml The group_row.xml The strings.xml (This file contains the string for the color that is used for… Read More »