1

I'm searching for a proper tutorial on how to use the viewholders along with cursor adapter.

Mostly all tutorials are provided for ArrayAdapter.If the same is adopted for cursor adapter it is bit messy.

can anyone explain the same.

thanks in advance.

siva
  • 1,429
  • 3
  • 26
  • 47
  • SimpleCursorAdapter is not enough? – Selvin Oct 20 '11 at 12:22
  • @siva You want to know how to use View Holder for Cursor Adapter? – Venky Oct 20 '11 at 12:47
  • @Venky yes i need to know that – siva Oct 20 '11 at 13:18
  • @Selvin SimpleCursorAdapter is not suitable for me.Because i have to make join two cursor and it becomes costly – siva Oct 20 '11 at 13:21
  • @siva so question is not clear ... you should ask how can u optimize code using Viewholders and you should show what you have already ... – Selvin Oct 20 '11 at 13:32
  • @Selvin yes, i should have clearly explained – siva Oct 20 '11 at 13:50
  • @siva just put your getView code here and maybe some one will help you – Selvin Oct 20 '11 at 13:54
  • Same issue for me. Would love to see some tutorial or a simple explanation. From what I *think* I understand, ViewHolder is not necessary CursorAdapters. But I want to see someone who really understands say that, as I suspect I'm wrong. – SMBiggs Mar 27 '12 at 00:41

0 Answers0