I am developing an application,In my application,I am using Listview for displaying data using dom parsing,I want to footer in listview,when i click footer additional more d
If the ListView is a child of the ListActivity:
getListView().addFooterView( getLayoutInflater().inflate(R.layout.footer_view, null) );
(inside onCreate())