a11n / devfest-2016-realm

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

Home Page:https://duesseldorf.devfest.de/schedule/day1?sessionId=120

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://duesseldorf.devfest.de/schedule/day1?sessionId=120

License:MIT License


Languages

Language:Java 100.0%