Android Action Bar SearchView as Autocomplete?

前端 未结 7 1359
伪装坚强ぢ
伪装坚强ぢ 2020-11-28 04:00

I am using a SearchView in the Action Bar. I want to use autocomplete feature on the search view to get results from the database.

Is this possible? Or do I need to

7条回答
  •  Happy的楠姐
    2020-11-28 04:30

    Yes it is possible. Build a table (such as in an SQLiteDatabase) for your suggestions and format the table with required columns.

    See this link

提交回复
热议问题