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
+19-22Lines changed: 19 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,52 +4,49 @@
4
4
5
5
### Android Debug Database allows you to view databases and shared preferences directly in your browser in a very simple way.
6
6
7
-
### How Android Debug Database helps?
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
-
* You can see all the data of shared preferences used in your application.
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.
12
-
* You can directly edit the data of databases.
13
-
* You can do search in your data.
14
-
* You can sort data.
15
-
* So this is a very simple tool to see your complete data in your browser.
16
-
* Debugging Android Database was never easier than this.
7
+
### What can Android Debug Database do?
8
+
* See all the databases.
9
+
* See all the data in the shared preferences used in your application.
10
+
* Run any sql query on the given database to update and delete your data.
11
+
* Directly edit the database values.
12
+
* Search in your data.
13
+
* Sort data.
17
14
18
15
19
16
### Using Android Debug Database Library in your application
0 commit comments