Using CursorLoader to query SQLite DB and populate AutoCompleteTextView

前端 未结 3 1799
我在风中等你
我在风中等你 2021-02-13 03:42

I have a SQLite database I would like to query. I want to target Android 2.2 through ICS. I came across this article on how to do this, but it uses deprecated code (does not que

3条回答
  •  北荒
    北荒 (楼主)
    2021-02-13 04:48

    I do not have the code on hand, but I asked a similar question before:

    Android db loading chat for chat application

    If you read it carefully, you can figure out how to use a CursorLoader for your sqlite database ;)

提交回复
热议问题