Re: [android-beginners] ListView Selection Help

2010-05-24 Thread TreKing
On Mon, May 24, 2010 at 4:06 PM, chris_green1...@yahoo.com < chris_green1...@yahoo.com> wrote: > Anyone know how to fix this? Since you are using setListAdapter, I assume you're using a ListActivity, which has onListItemClick(). --

[android-beginners] ListView Selection Help

2010-05-24 Thread chris_green1...@yahoo.com
Hello I have, ArrayAdapter MainList = new ArrayAdapter(this,android.R.layout.simple_list_item_1, types); MainList.setItemOnClickListener(//...); setListAdapter(MainList); I have a Basic List and when I click on a list element I want to display a Toast of what was clicked but the only method I f