Archive for July 17th, 2016
Printing the table structure of a SQLite Database in Android
Posted by Kyle Lexmond in Programming on July 17, 2016
I’m doing some Android app development, and as part of it, I hit some issues with the database. My first plan was to download the database and open it in SQLite, but having to re-establish my ADB debug session each time I downoaded the file got annoying, so I decided to write a short snippet […]