Re: [android-beginners] listview item get invisible

2010-03-24 Thread Mark Murphy
manigault wrote: > How can i find when an item in listview get out of screen during > scroll. I am using resources for each item in listview and i want when > the item get invisible to free the resources. Thanks Extend your adapter to override bindView() (CursorAdapter) or getView (ArrayAdapter).

[android-beginners] listview item get invisible

2010-03-24 Thread manigault
How can i find when an item in listview get out of screen during scroll. I am using resources for each item in listview and i want when the item get invisible to free the resources. Thanks -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW