browse data in Android SQLite Database

后端 未结 8 2103
攒了一身酷
攒了一身酷 2020-12-04 16:42

Is there a way for an Android user to browse the SQLite databases on his/her phone and view the data in the databases?

I use the SoftTrace beta program a lot. It\'s

8条回答
  •  离开以前
    2020-12-04 17:15

    You can view you database from your app using this library . https://github.com/sanathp/DatabaseManager_For_Android

    With this library you can manage your app SQLite database from you app itself. you can view the tables in your app database , update ,delete, insert rows to your tables

    Its a single java activity file ,just add the java file to your source folder.When the development is done remove the java file from your src folder thats it .

    It helped me a lot .Hope it helps you too .

    You can view the 1 minute demo here : http://youtu.be/P5vpaGoBlBY

提交回复
热议问题