[android-developers] Re: How to avoid useless getView in GridView?

2013-01-08 Thread Streets Of Boston
See my answer in your earlier question in this group. On Tuesday, January 8, 2013 12:04:38 AM UTC-5, William Guy wrote: > > I have tested GridView behavior in getView, and i got: > > > 01-08 11:18:55.925: E/getView(4113): Position: 0, Child Count: 0, > ConvertView: Null > > 01-08 11:18:55.945: E

[android-developers] Re: How to avoid useless getView in GridView

2013-01-08 Thread Streets Of Boston
It probably has something to do with the scrap-head, where recycled views are stored. I wouldn't worry about it too much. On Monday, January 7, 2013 11:57:04 PM UTC-5, William Guy wrote: > > I have tested GridView behavior in getView() , and i got: > > 01-08 11:18:55.925: E/getView(4113): Positi