[android-developers] Re: ListView items appear 2 or 3 times

2011-02-06 Thread Dirk Vranckaert
Ok never mind my last comment. I started to re-write the ArrayAdapter implementation and got it working just fine... :) Thanks for your help!! :) Here's my update code: /** * The list adapater private inner-class used to display the manage labels list. */ private class ManageLab

[android-developers] Re: ListView items appear 2 or 3 times

2011-02-06 Thread Dirk Vranckaert
Thx for the help. I was trying something like the code snippet below but it doesn't help... It seems that the TextView retrieved in the else case is always null, any ideas? } else { Log.d(LOG_TAG, "No need for row to be created"); Log.d(LOG_TAG, "Findin