I like to load the integer from my json using the getter as followed, and it didn’t work. Did I do something wrong int position; Setting setting = new Setting(); position = setting.getRadioPosition(); My realm class as followed: public class Setting extends RealmObject { @Required private Integer RadioPosition; public Integer getRadioPosition() { return RadioPosition; } […]
The post Loading data from realm file appeared first on BlogoSfera.