If there is only one ListView in your android Activity class, you can make it simpler. You just need to make your activity extends the android.app.ListActivity, then you can manipulate the ListView object in it. This article will show you how to create a single ListView activity.