On Sat, 2009-06-13 at 09:29 -0700, trontron wrote: > I will refer to the HelloListView tutorial list for a reference. > > How do I set an onclicklistener on a particular item in the list? > How do I make the response of onclicklistener of a list item to start > activity2? >
You will need to setup an OnItemClickListener. (Note 'Item'). Then setOnItemClickListener on the ListView. Cheers, Nigel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

