Android : BaseAdapter how to?

前端 未结 1 901
陌清茗
陌清茗 2020-12-03 13:11

Ok, I have been searching thick and thin, and I am having some issues implementing a BaseAdapter.

I have been able to implement a Simple Cursor Adapter http://devel

相关标签:
1条回答
  • 2020-12-03 13:33

    Try calling notifyDataSetChanged() from a method inside the BaseAdapter itself.

    See the methods in List8 of the API Demos as an example.

    0 讨论(0)
提交回复
热议问题