Dear Hackbod,
Sorry for being a bit off with the terminology but Android is new to
me and to most other developers as well.

What I asked for, was how the thing you have called the "drawer" could
be reused.
I.e. I want to put a folder in the main drawer (must it be app
rather?) and when hitting that open a new drawer only containing my
main apps.  I don't like the APIDemos style of drawer (list) and I
don't want to write one myself.

Regarding the Java resources and Android, there is quite a bunch of
libraries that depend on local resources and there is no point (or
reason) to change them to use the Android resource scheme which is
more suitable for apps.  In my own work, I store XML Schema files
together with the Java objects that serialize and de-serialize
instance documents. Please do not remove this capability!

Anders

On Nov 5, 8:18 pm, hackbod <[EMAIL PROTECTED]> wrote:
> On Nov 5, 4:53 am, Anders Rundgren <[EMAIL PROTECTED]> wrote:
>
> > Is the following workaround possible:
> > Having multiple applications in a single APK.
> > It seems so by looking at APIExamples but would it be possible to host
> > applications in a own-defined "tools" window (I.e. like where apps
> > seem to be installed)?  The docs are rather hard to decipher and there
> > are almost no illustrations either....
>
> Sorry, I don't really understand what you are asking for.  You can
> publish multiple main launcher activities from an .apk, if you want.
> Otherwise...  "application" is a pretty nebulous term on android 
> (seehttp://code.google.com/android/intro/appmodel.html) so you'll need to
> be more specific abotu waht you want.
>
> > BTW, there are no problems hosting resources inlibrariesin Android,
> > the Java standard getResorceAsStream works as expected.
>
> We don't use Java style resources for Android.
--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to