How to filter the data in realm adapter?

后端 未结 2 1023
攒了一身酷
攒了一身酷 2020-11-30 13:32

I am facing the issue in filtering the data in the realm adapter. I am creating the searchview to search data by filtering the data in realm adapter.

My code for sea

2条回答
  •  眼角桃花
    2020-11-30 13:50

    Here is an example of an filterable RecyclerView with Realm:
    how to implement filterable in RealmRecyclerViewAdapter

    Here is the issue thread:
    https://github.com/realm/realm-java/issues/646

提交回复
热议问题