Skip to content

Releases: wajahatkarim3/RoomExplorer

1.0.2

04 Feb 12:09
065bc3f
Compare
Choose a tag to compare

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

    implementation "com.wajahatkarim:roomexplorer:1.0.1"

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

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

0.0.2

30 Dec 11:15
b41a18a
Compare
Choose a tag to compare

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");