You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@
8
8
* When it comes to debugging database of an android application, it is very difficult to see what's happening inside database, it's make it too simple.
9
9
* You can see all the data of shared preferences used in your application.
10
10
* You can check the current value of any of the shared preferences.
11
+
* You can run any sql query on the given database to update and delete your data.
11
12
* You can do search in your data.
13
+
* You can sort data.
12
14
* So this is a very simple tool to see your complete data in your browser.
13
15
* Debugging Android Database was never easier than this.
0 commit comments