in my app I have a class derived from ExpandableListActivity. When I scroll the contents, and then change phone orientation or edit an item and then go back to the list, the ori
I found another way to do that works for me to maintain state. Here is the link.
http://markmail.org/message/msesxums77bdoqnx#query:+page:1+mid:utmart4ob7flh3u7+state:results
The summary is that you always have to set state, even if the convertView != null.
I don't know the repercussions of always setting the state, but in my case it works perfectly.