DayS / uitableview4android

Provide an Android list with the look & field and sections of iOS UITableView
61 stars 34 forks source link

Recycle view #2

Closed a-thomas closed 12 years ago

a-thomas commented 12 years ago

Currently an UITableCellView is created for each row. It would be suitable to use the recycling mechanism provided by Android.

DayS commented 12 years ago

Yep, I noticed this point. If you want to implement this, go ahead :)