Skip to content

a11n/devfest-2016-realm

Repository files navigation

PasswordManager

This is an example application showcasing the main features of the brand new Realm Mobile Platform.

The example consists of two flavors, free an pro. The free version is a fully functional password manager limited to offline usage only. The pro version adds protected cloud backup and realtime sync functionality.

Realm's features demonstrated:

  • free: models, relationships, queries, transactions, auto-updates
  • pro: user creation, authentication, synchronizazion

For more information check the slides.

##Setup

Server

Client

  • when running on Android Emulator on the same machine as the Realm Object Server nothing needs to be changed
  • otherwise go to build.gradle and adapt the following line to your Realm Object Server's IP address and port
buildConfigField "String", "REALM", "\"10.0.2.2:9080\""

##Credits Social media icons designed by Freepik and distributed by Flaticon.

About

Example application showcasing the main features of the brand new Realm Mobile Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages