Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 754 Bytes

File metadata and controls

19 lines (13 loc) · 754 Bytes

RealmExample

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.

Features used

  • 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.

Preview

click to play

Preview