Android-Debug-Database icon indicating copy to clipboard operation
Android-Debug-Database copied to clipboard

A library for debugging android databases and shared preferences - Make Debugging Great Again

Results 90 Android-Debug-Database issues
Sort by recently updated
recently updated
newest added

Please add possibility for Android-Debug-Database to change port automatically to not binded one if there is another app instance with Android-Debug-Database enabled on same port. In a word, ease a...

In Java, you have 64 bits integers, and that's what you're using. In JavaScript, all numbers are 64 bits floating point numbers. This means you can't represent in JavaScript all...

i think better if we have simple authentication, because we expose the access over same network. thanks :)

This tool is of greate help.Thank you~But I found a problem that confuse me: Long type value in the database: 494532142382833664 494532388517175296 494533174080954368 but showed in the Android debug database...

when displaying float number, like 14.99, it would show as 14.489999

User need to input admin name and password to access database. Now it is not safe enough.

As far as I can tell, I can only create shared preference entries that are strings. I cannot create a boolean entry, for example. It would be great if we...

Hello, since there is a download button, is it also possible that you can add an upload button so that its easier to set some kind of initial data over...

Fix issue #151: Incorrectly convert SQL statement for quoted table name. It incorrectly converts statement like: select * from plu where pluNo='1000035' to select * from [plu] where [plu]No='1000035'