Skip to content

ukmitcybernetix/MyList

Repository files navigation

MyList

Sample Aplikasi CRUD SQLite Android

Debugging Sqlite Database

  1. After compiling and installing your app on an Android device (or the emulator), start Google Chrome and type in chrome://inspect in the address bar. You will see a screen that looks like this:

2. With Stetho, you can perform a lot of operations on your app’s SQLite databases. Click the Resources tab and select Web SQL. If your app has any SQLite databases, they will be listed here. Selecting a database shows a list of the tables in the database. Finally, clicking a table displays the records of the table:

Releases

No releases published

Packages

No packages published

Languages