Yatish wrote: > I want to set Listener on on the listView but the listview is set by > BaseAdapter class .
You implemented ListActivity, so you can simply implement onListItemClick() in the activity to be notified when the user clicks on an item in the list. And, if you want to set another listener, call getListView() from the activity to get the ListView, then call the appropriate listener-setter. -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch in September! http://www.bignerdranch.com --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

