java - Save the information in a RealmList locally -


i'm trying create list of objects using realm.io. i've managed create realmlist of objects extend realm objects , convert recycler view displays of objects in realmlist. i've added ability add objects list.

however, whenever close , re-open app, of items added realmlist gone , list started scratch. how can save realmlist locally of items added list remain when app closed , opened again?

if modify realm objects definition , have deleterealmifmigrationneeded() in realm initialization realm data cleared.

if don't have option or don't modify definitions data has same between application restarts.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -