【发布时间】:2018-05-28 06:13:04
【问题描述】:
我们如何为领域模型字段设置默认值?
例子:
class Demo extends RealmObject{
private String id; // I want to set this id to a uuid
private boolean isVisibile; // set this to default as true
}
【问题讨论】:
标签: java android sqlite mobile realm