Skip to content

Instantly share code, notes, and snippets.

@npatarino
Created November 3, 2017 18:32
Show Gist options
  • Save npatarino/8f9bbd4a51e858d3b2c7d491f7e738be to your computer and use it in GitHub Desktop.
Save npatarino/8f9bbd4a51e858d3b2c7d491f7e738be to your computer and use it in GitHub Desktop.
Realm
https://realm.io/products/realm-studio/
build.gradle
classpath "io.realm:realm-gradle-plugin:2.2.1"
app/build.gradle
apply plugin: 'realm-android'
https://github.com/realm/realm-android-adapters/blob/master/example/src/main/java/io/realm/examples/adapters/ui/recyclerview/MyRecyclerViewAdapter.java
http://blog.bradleygore.com/content/images/2015/08/git-hooks-location.png
implementation 'com.facebook.stetho:stetho:1.5.0'
implementation 'com.uphyca:stetho_realm:2.1.0'
implementation 'com.facebook.stetho:stetho:1.5.0'
implementation 'com.facebook.stetho:stetho-okhttp3:1.4.2'
@npatarino
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment