[android-developers] Re: Increase the App Size in Android

2011-09-16 Thread sparky
I think calling recycle() became a lot less necessary in Gingerbread.

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

[android-developers] Re: Increase the App Size in Android

2011-09-16 Thread gjs
Hi,

Release the memory used by each bitmap so you have fewer 'pages' in
memory at the same time, see the bitmap recycle() method.

Regards

On Sep 15, 11:06 pm, TreKing  wrote:
> On Thu, Sep 15, 2011 at 4:17 AM, parasnath  wrote:
> > is it possible
>
> You cannot arbitrarily increase the memory available on a given device.
> There are limits on resources, especially on mobile devices. Your job is to
> find clever ways to work around those limits.
>
> --- 
> --
> TreKing  - Chicago
> transit tracking app for Android-powered devices

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