Hi I have implemented a ExtendableListView just like the ExtendableListView2 example from the ApiDemos. But I don't understand why the extended/collapsed states are not saved when changing orientation or starting an activity and going back. I have my own layout which contains
<ExpandableListView android:id="@id/android:list" android:layout_width= "match_parent" android:layout_height="match_parent"> </ ExpandableListView> Do I have to implement state myself? Thx -- 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

