how to work with a simple ListView in Android. I'll show you step-by-step, how to do the following:
1. Add a listview in XML and load the list of Names dynamically using string array and ArrayAdapter.
2. Add setAdapter to ListView Using .setAdpter() method.