Re: [android-developers] problems with custom listview adapter getView() method

2010-04-14 Thread Romain Guy
This is not an issue, there is absolutely no guarantee on the order in which getView() will be called nor how many times. In your particular case you are doing the worst thing possible with a ListView by giving it a height=wrap_content. This forces ListView to measure a few children out of the adap

[android-developers] problems with custom listview adapter getView() method

2010-04-14 Thread edzah
this is a cross-post from SO . haven't got much attention over there so I am posting it here. orig here: http://stackoverflow.com/questions/2618272/custom-listview-adapter-getview-method-being-called-multiple-times-and-in-no-coh