Ah, they snuck that in there when I wasn't looking. That wasn't available when I last needed an activity loading solution.
Ok, so check this out now instead of LocalActivityManager (http:// developer.android.com/reference/android/app/FragmentTransaction.html) On Aug 24, 11:29 am, Mark Murphy <[email protected]> wrote: > On Wed, Aug 24, 2011 at 12:27 PM, Drezden <[email protected]> wrote: > > You could modify the UI of your app so that the window and all > > backgrounds are transparent, but this would only show you the > > wallpaper and shortcuts below, no interaction would be possible. If > > you need to run multiple activities at the same time, you might want > > to look into using a LocalActivityManager to load activities, pull > > their main view, and load that into a layout. > > FYI, LocalActivityManager has been deprecated. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > Android Training in NYC:http://marakana.com/training/android/ -- 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

