問題タブ [android-paging-library]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - PagedListAdapter から RecyclerView のデータを更新する方法は?
次のコード行を使用して、バックエンド サーバーからのデータをRecyclerView
usingに表示できますPagedListAdapter
。
このメソッドを作成しました:
検索結果を表示するために内部から呼び出されonQueryTextChange()
ますが、何らかの理由で my のデータがRecyclerView
更新されません。
これも私のMovieViewModel
クラスです:
何かを検索するたびに、新鮮なデータを取得する必要があります。これを解決するには?