A very simple example of using a ListView with text only that uses an ArrayAdapter and a listener that pops up a Toast
Another simple ListView with text only. In this one the ArrayList is manipulated dynamically by the listener and some buttons on the UI
Uses a GridView with an adapter for images that extends BaseAdapter
Another simple ListView with text only. In this one the ArrayList is manipulated dynamically by the listener and some buttons on the UI