Re: [android-developers] Gallery not Recycling Views

2010-05-27 Thread Romain Guy
This is a known "bug" (it's not a bug really, we just never had the time to implement recycling in Gallery) but we have no ETA for a fix. On Wed, May 26, 2010 at 8:31 PM, Aamir Shah wrote: > I am using the Hello Gallery code as an example. Views are not being > recycled as I scroll left and right

[android-developers] Gallery not Recycling Views

2010-05-27 Thread Aamir Shah
I am using the Hello Gallery code as an example. Views are not being recycled as I scroll left and right. I added log output at the getView method, and I get a constant output of null. Anyone know the reason why? Here is the code: public class HelloGallery extends Activity { @Override