My application has a lot of bitmaps that it downloads on the fly over the netwrok.In a session the user might end-up downloading about more than 100 images.The application faces a lot of OOM issues due to this.The bitmaps donot get garbage collected as fast as we would want it to be.Also when the user scrolls,due garbage collection there is a lag in the scrolling.We have implemented scroll-listners and local caching so that only image that the user see are only downloaded.Having down all these, we have not acheived a good User exp.My question is this a good candidate to have a remote process which download the image from the network so that the user experience is better.
Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

