> Because you can't put an Activity inside a View - that's simply not
> supported and makes no sense.

You can and moreover it makes a lot of sense, TabHost in fact relies
on this.

>
> > see:
> > developer.android.com/reference/android/app/LocalActivityManager.html
>
> And ... ?

Subclass ActivityGroup, get LocalActivityManger, create local activity
and add decor view from newly created activity window as child of any
of ViewGroup in your layout, as simple as that.

--
Bart Janusz

-- 
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