i have android app that retrieve data from sqlite and display the data in BaseAdapter .. what is the best way ??

后端 未结 1 1355
一向
一向 2020-12-04 04:11

i have an android application that retrieve data from sqlite database and display these data in a listView that extend a BaseAdapter.

in this app i have images in t

相关标签:
1条回答
  • 2020-12-04 04:27

    This is the most appropriate way,especially because each listview row contains a lot of items.If you want to get the items on a clicked row it becomes a walk in the pack,less than 10 lines of code.As far as am concerned,its the best way. Don't get worried,its also what i use.

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