Android Debug Database allows you to view databases and shared preferences directly in your browser in a very simple way. Android Debug Database is a powerful library for debugging databases and shared preferences in Android applications. Delete database rows and shared preferences. Search in your data. Sort data. Download database. Debug Room inMemory database. As this library is auto-initialize, if you want to get the address log, add the following method and call (we have to do like this to avoid build error in release build as this library will not be included in the release build) using reflection. Using the Android Debug Database with an encrypted database. See all the data in the shared preferences used in your application. Run any sql query on the given database to update and delete your data.
Features
- See all the databases
- See all the data in the shared preferences used in your application
- Run any sql query on the given database to update and delete your data
- Directly edit the database values
- Directly edit the shared preferences
- Directly add a key-value in the shared preferences
-
Released /1.0.7/Release 1.0.7 source code.zip
-
-
-