A simple implementation usage of Realm.io library for Android.
Persistent storage in Android applications took a handful of turns like SQLite & ORM (Object Relational Mapping) before we were introduced to Realm.
Realm is fast, secure, free, easy to learn and integrate. More info here.
- Create - create user in registration activity.
- Read - Read users in main activity.
- Update - update user data in main activity.
- Delete - delete user data in main activity.
- Search - search user in main activity.
click to play