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().
--
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
2 matches
Mail list logo