Easy SQLite database debugging with Stetho

Mobile apps use to have their databases stored in the device in a SQLite .db file. So when debugging them we should have direct real time access to it with our development machine otherwise it could be painful and cumbersome. There’s a debugging bridge developed by Facebook team that enhances this task. Take a look to my post or watch the video.

Leave a comment