[android-developers] Re: memory problem with image... but strange...

2010-04-18 Thread Kofa
It wasn't solved, now it ask for less memory but still outOfMemory sometimes. I really don't know what to do if anyone knows how to solve it, please tell me!!! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Re: memory problem with image... but strange...

2010-04-15 Thread Kofa
thx for your time Marc! but I already solve it =) I have seen a lot of people has this error or something like this, but no answer... and i was lucky... I just put the "big" image in the RAW directory... because the problem appears to be that when i start the app again, this "big" image was transfo

[android-developers] Re: memory problem with image... but strange...

2010-04-15 Thread Marc Reichelt
Hi Kofa, I guess you have a memory leak here. Please make sure that all your data is cleaned up, i.e. no hard references are left. Try to call the GC manually and see how much it cleans up. Tip: Override the finalize() method of your activity and print out a log message there to see if the activi

[android-developers] Re: memory problem with image... but strange...

2010-04-15 Thread Kofa
I forgot to say that the activity with the problem has an imageview that loads a PNG of 621Kb and a bunch of imageviews. -- 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.co