I have created a Constructor to add a set of strings to a ROOM database on Android. The addition to the database is fine. When I pull from the database I get problems.

@Query("SELECT * FROM Movie",java,android,sqlite,android-studio,android-room"/>

首页 > 解决方案 > DAO 返回类型与 List 不兼容

I have created a Constructor to add a set of strings to a ROOM database on Android. The addition to the database is fine. When I pull from the database I get problems.

@Query("SELECT * FROM Movie"