How to use ActionBarActivity of \"android-support-v7-appcompat\" in the activity which Extends the ListActivity.
For Example I have an Activity
publ
Add following line of code to your class and make sure that the class implements AdapterView.OnItemClickListener:
getListView().setOnItemClickListener(this);