On Wed, Feb 1, 2012 at 6:20 PM, awtDroid <andyturne...@gmail.com> wrote:
> Does anyone know a way to partition the screen so that a given area
> (fragment?) of the screen is developed in a separate APK?  In other
> words, can you have multiple APKs driving different parts of the same
> screen at the same time?

Not really. You can use RemoteViews to push limited UIs from one APK
to the activity of another APK. That, however, would mostly be for
some sort of plugin framework, along the lines of how app widgets plug
into the home screen.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android 4.0 Programming Books: http://commonsware.com/books

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