It's not supported. There's no equivalent Fragment subclass as ListFragment for ExpandableListView. It should be ExpandableListFragment, but it's not in the SDK.
Some people have coded a customized view for this, take a look at this (I have not tried it): http://stackoverflow.com/questions/10611927/simplecursortreeadapter-and-cursorloader-for-expandablelistview HTH, José El jueves, 29 de septiembre de 2011 11:58:53 UTC-3, Akhilesh Mani Tiwari escribió: > > Hi, > > I want to use ExpandableListView and Fragment class in same XML layout as > ExpandableListView on left of screen and Fragment on right. > I had done same with ListView And Fragment and its works well but with > ExpandableListView its not working. > > Please suggest me. > Regards > Mani. > El jueves, 29 de septiembre de 2011 11:58:53 UTC-3, Akhilesh Mani Tiwari escribió: > > Hi, > > I want to use ExpandableListView and Fragment class in same XML layout as > ExpandableListView on left of screen and Fragment on right. > I had done same with ListView And Fragment and its works well but with > ExpandableListView its not working. > > Please suggest me. > Regards > Mani. > -- 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

