|
1 | 1 | # Android Debug Database |
2 | 2 |
|
3 | | -## Android Debug Database is a powerful library for debugging databases in Android applications |
| 3 | +## Android Debug Database is a powerful library for debugging databases and shared preferences in Android applications. |
4 | 4 |
|
5 | | -## Very simple tool for debug database by viewing it in browser |
| 5 | +## Android Debug Database is a very simple tool for viewing databases and shared preferences directly in your browser. |
6 | 6 |
|
7 | | -When it comes to debugging database of an android application, it is very difficult to see what's happening inside database. |
| 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 do search in your data. |
| 12 | +* So this is a very simple tool to see your complete data in your browser. |
| 13 | +* Debugging Android Database was never easier than this. |
8 | 14 |
|
9 | | -So this is a very simple tool to see your complete database in a browser like chrome, mozilla, etc. |
10 | 15 |
|
11 | | -Debugging Android Database was never easier than this. |
| 16 | +When your android application starts, you will be able to see the logs like below : |
12 | 17 |
|
13 | | -Let's debug android database. |
| 18 | +* D/DebugDB: Open http://192.168.1.130:8080 in your browser |
| 19 | + |
| 20 | +Just open the provided link in your browser, you are set to see all data of databases and shared preferences. |
| 21 | + |
| 22 | +Important : Your Android phone and laptop should be connected to the same Wifi. |
| 23 | + |
| 24 | +<img src=https://raw.githubusercontent.com/amitshekhariitbhu/Android-Debug-Database/master/assets/debugdb.png > |
14 | 25 |
|
15 | | -After opening the application, you will be able to see this in log -> D/DebugDB: Open http://192.168.1.130:8080 in your browser |
16 | 26 |
|
17 | 27 | ### Found this project useful :heart: |
18 | 28 | * Support by clicking the :star: button on the upper right of this page. :v: |
|
0 commit comments