Thursday 17 May 2012

Add footer in android Listview

Sample code for add Footer in Listview :-


View footerView = ((LayoutInflater)this.getSystemService(Context.LAYOUT_INFLATER_SERVICE)).inflate(R.layout.footer, null, false);
list.addFooterView(footerView);

No comments:

Post a Comment