public class Store extends RealmObject { @PrimaryKey private int id; private String name; private Boolean isfavorite; } I want if field ...
確定! 回上一頁