Hello, I am new to this group. In my app I have a scene where I need to show listView with title in many situations. So I created a gen_list_layout.xml with a TextView & a ListView in it. Now to show the list, I planned to create a method "public static AlertDialog createAlertDialog(String title, String[] items, Activity activity)" where I can create teh AlertDialog for the same. I will call the createAlertDialog(), from different Activity wherever I need the list. Now how do I handle click events for the ListView that is in AlertDialog ?? Any clue, how to implement such. Any help is highly appreciated.. Thanks
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en