Hi,
I'm developing on Android and currently haev various methods which manage my database in a convenient class.
What I'd ideally like, though, is a (preferably GUI) sql client that would allow me to view the contents of a different apps' DB.
Eg:
I install my own app (App1). It creates and uses a DB I install I use SQLClient to examine App1's DB.
Does anyone know if anything like this exists? If not, I can see a way that it could be implemented assuming I can get permission (and a naming convention) for accessing another apps' DB.
Any ideas/suggestions greatly appreciated.
As an alternative, I'd be willing to run something on the PC while the phone is connected via USB (I know there's a tool that comes with the android SDK but it's a little clunky and as I mentioned, a GUI would be preferable)