Skip to content

0.0.2

Compare
Choose a tag to compare
@wajahatkarim3 wajahatkarim3 released this 30 Dec 11:15
· 12 commits to master since this release
b41a18a

The initial working version of Room Explorer is available on jCenter now. You can directly include it in your Android apps using this code in your app's build.gradle file:

    implementation "com.wajahatkarim3:roomexplorer:0.0.2"

And show the explorer using this line in any Java/Kotlin file:

   RoomExplorer.show(context, AppDB.class, "App_DB_NAME");