How To See SQLite Database In My Chrome / Firefox Browser?
I am Using SQLite database in my Android App. I want to See the database in my chrome or Firefox browser . To See the Database , normally i Open Logcat in android Studio and selec
Solution 1:
There are multiple libs to achieve this
please refer link for initialization in your app
Solution 2:
you need to use Stetho library, which will show you your db via ur browser. you can track network request as well. see this here -> Stetho
Solution 3:
You can get the db from
View -> Tools Window -> Device File Explorer
Save this...
Post a Comment for "How To See SQLite Database In My Chrome / Firefox Browser?"