Android show listview.
Posted
by zaid
on Stack Overflow
See other posts from Stack Overflow
or by zaid
Published on 2010-05-11T02:07:46Z
Indexed on
2010/05/11
2:14 UTC
Read the original article
Hit count: 418
i want to show this array as a listview in a new screen when a button is clicked.
ArrayList<String> favorite = new ArrayList<String>();
this ListView is a small part of my class. i cant seem to figure out how to implement it with my code (i can figure out how to create a listview in a separate application, and set the onitemclicklistner just for that listview) i want to display that listview when.
case R.id.ShowFavButton:
© Stack Overflow or respective owner