Quantcast
Channel: BlogoSfera » something
Viewing all articles
Browse latest Browse all 26

Loading data from realm file

$
0
0

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.


Viewing all articles
Browse latest Browse all 26

Trending Articles