I am unable to extend my activity to listactivity. I want to extend it to listactivity and add onclicklistener to the list items.
public class MainActivity exten
if you're gonna use a ListActivity then you don't need this line:
ListActivity
ListView lView = (ListView) findViewById(R.id.lvApps);
BUT that specific ListView being referred to right now (provided it's in the corresponding xml layout) must have it's id changed to
ListView