Hey Guys, I am sure most people here are aware that the Android Gallery view has a bit of an issue with not recycling views. For this it leads to a memory issue while parsing bitmaps into these imageViews. Does anyone know of a way to step around this issue or have a viable alternative to using Gallery view to effectively create a scrollable list of Images?
For completeness sake the error is an out of memory one which is eventually hit while decoding a stream using Bitmap from stream. I am sure however if the previous views where being recycled this wouldn't be an issue. Thanks in advance, Tom
-- 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

