Home

Awesome

RebDroid

Realm.io database browser

Join in chat > Slack

<a href="http://www.methodscount.com/?lib=com.github.ProgComRapadura%3ARebDroid%3A%2B"><img src="https://img.shields.io/badge/Methods and size-core: 312 | deps: 24381 | 85 KB-e91e63.svg"/></a><br> Platform ReleaseCodacy Badge Build Status<br> Language License Android Arsenal

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

License

Apache 2.0

Free Software, Hell Yeah!