Monday, February 7, 2011

[android-developers] Re: Optimal packaging of image app for various screen resolutions

Hi Sterling,

Thanks for your answer (and I added a vote to your feature request
since it perfectly describes the trouble at hand ;-).

So you agree that with an image-heavy app splitting up into various
apk's is good practice, but there currently aren't any good tools for
it? Hmm... maybe I'll have write my own build scripts with something
like AndroidAnt (http://code.google.com/p/autoandroid/wiki/AndroidAnt)
or does anybody have another good build-your-own-android-build-script
alternative?

Cheers,

Johan

On Feb 8, 4:48 am, String <sterling.ud...@googlemail.com> wrote:
> Unfortunately, there's no way to avoid duplication with the current
> architecture, AFAIK. You can sometimes use some redirection to reuse a given
> image for, say, both -large and -hdpi, but that's about it. In my
> experience, this is one big reason for APK bloat.
>
> Long ago, I submitted a feature request to address this issue (http://code.google.com/p/android/issues/detail?id=5207), but right now it
> only has 2 stars and hasn't even been acknowledged by the platform team.
>
> String

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

No comments:

Post a Comment