• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Repeated rows in ListView

the correct way is

Skeleton:

if (null == convertView) {
inflate;
holder = findviewbyid
setTag
} else {
convertView = getTag
}

localObject.setText
...
...
...

if you're going to use example code or cut/copy/paste it, at least test-run it before you customize/adapt it. It helps.
 
Back
Top Bottom