我试图在房间DAO上使用Flowable,但它给出了这个错误: error: Not sure how to convert a Cursor to this method's return typeFlowable<List<Category>> getAllCategories(); 我的查询如下所示: @Query("select * from categories_table order
有没有一种方法可以在RxJava3中使用Room数据库error: Not sure how to convertio.reactivex.rxjava3.core.Single<java.util.List<com.osama.movieshow.data.movie.Movie>> getAllFavorites();
我的房间查询