Skip to content

Commit 6da7961

Browse files
Update README.md
1 parent aad988f commit 6da7961

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
* 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.
99
* You can see all the data of shared preferences used in your application.
1010
* 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.
1112
* You can do search in your data.
13+
* You can sort data.
1214
* So this is a very simple tool to see your complete data in your browser.
1315
* Debugging Android Database was never easier than this.
1416

@@ -21,14 +23,16 @@ debugCompile 'com.amitshekhar.android:debug-db:0.1.0'
2123

2224
Use `debugCompile` so that it will only compile in your debug build not in release apk.
2325

24-
When your android application starts, you will be able to see the logs like below :
26+
That’s all, just start the application, you will be able to see logs in the logcat like below :
2527

2628
* D/DebugDB: Open http://XXX.XXX.X.XXX:8080 in your browser
2729

28-
Just open the provided link in your browser, you are set to see all data of databases and shared preferences.
30+
Now open the provided link in your browser.
2931

3032
Important : Your Android phone and laptop should be connected to the same Wifi.
3133

34+
You will be able see like below image.
35+
3236
<img src=https://raw.githubusercontent.com/amitshekhariitbhu/Android-Debug-Database/master/assets/debugdb.png >
3337

3438

0 commit comments

Comments
 (0)