That is working as intended for that sample. If you want to return to the details in portrait, you will need to use a different approach for implementing the UI, entirely using fragments.
On Mon, Nov 28, 2011 at 7:37 AM, m3n0R <[email protected]> wrote: > Hi everybody: > > I've just have developed something like the FragmentLayoutSupport > example from Google, to show a ListView and Details from every element > in the list. > > > http://developer.android.com/resources/samples/Support4Demos/src/com/example/android/supportv4/app/FragmentLayoutSupport.html > > The point is, when you you get the list in PORTRAIT mode, and you > select details (a TextView), you enter to the Fragment wanted > (DetailsFragment). Once you are therem if you turn the phone to LAND > mode, the element is well selected, but once we turn again the phone > to PORTRAIT mode, tada! we are on the list screen instead the Details > screen. > > Anybody knows how to solve that? Is the example wrong? > > -- > 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 > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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

