Cursor setFilterQueryProvider issue

后端 未结 2 1964
伪装坚强ぢ
伪装坚强ぢ 2021-01-24 04:41

I\'m trying to filter the results of a cursor returned from my database Handler class through the use of the \'setFilterQueryProvider\' on the simple cursor adapter class. At th

2条回答
  •  余生分开走
    2021-01-24 05:05

    I managed to fix this issue. It was due to a number of issues but the biggest one was the fact I had not imported the 'filterQueryProvider' widget!

提交回复
热议问题