On Feb 8, 6:52 am, Abhishek Kumar Gupta <[email protected]> wrote: > Is it possible to include another listview below default listview( created > by extending ListFragment)? If possible then please give some reference. > Any help in this regard will be well appreciated.
If you want to show two lists, you probably don't want ListFragment any more. ListFragment is a shortcut for making simple list, so it's probably time to make your own Fragment that contains two lists and operates them the way you need. Doug -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

