[android-developers] Re: partition UI
This is a large OEM app running on a custom tablet-like display, so
it's not going on the market and has nothing to do with a cellphone.
Our current system uses a single exe and multiple dll's which all
create widgets from a shared widget library. So currently we can make
a change to only one of the dll's, which could change the widgets
owned by this dll, without rebuilding the exe and other dll's. With
Android everything is packaged into a single APK. Within this APK we
could have multiple jar's, however making a UI change to one of the
jars would require the whole APK be rebuilt, if I understand this
correctly.
On Feb 1, 5:53 pm, Mark Murphy <mmur...@commonsware.com> wrote:
> 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/commonsguyhttp://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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home