Hello, everybody!
I have two activities, one per orientation - PortraitActivity and
LandscapeActivity. They are pretty much different, I can't use one
Activity with different layouts.
If user changed orientation I have to shutdown one of them and start
another.
What is the best way to manage them? Does it make sense to create
GroupActivity? Or each Activity should check if the current
orientation is what it needs? If so, is it save to start new Activity
in onCreate method of previous one (which is not actually created
yet)?

Thank you,
  Andrey

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to