Skip to content

dekzitfz/RealmExample

Repository files navigation

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

About

Example Usage of Realm.io Library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages