RebDroid realm browser

Additional

Language
Java
Version
4.0 (Feb 14, 2018)
Created
May 14, 2016
Updated
Feb 14, 2018 (Retired)
Owner
Programação com rapadura (ProgComRapadura)
Contributor
Rodrigo Bernardi (snakeice)
1
Activity
Badge
Generate
Download
Source code

Advertisement

RebDroid

Realm.io database browser

Join in chat > Slack



Installation

Add it in your root build.gradle at the end of repositories:

allprojects {
  repositories {
   ...
   maven { url "https://jitpack.io" }
  }
 }

Step 2. Add the dependency

 dependencies {
     compile 'com.github.ProgComRapadura:RebDroid:4.0'
 }

How to use

Only call

public void callDBBrowser() {
   DBViewer.start(context, realm.getRealmConfig());
}

Todos

  • Disponibly to use in Gradle
  • Write Tests
  • Add Code Comments
  • Add Typed edit

License

Apache 2.0

Free Software, Hell Yeah!