Widget - Listview Footer
LayoutInflater inflater = getLayoutInflater();
ViewGroup footer = (ViewGroup)inflater.inflate(R.layout.footer,listview1,false);
listview1.addFooterView(footer,null,false);
//Add Before
//listview1.setAdapter(arrayAdapter);
//Set On ListView Custome
Posting Lebih Baru
Posting Lama
Beranda