Skip to content

Commit 085b8d5

Browse files
Update README.md
1 parent dde630b commit 085b8d5

3 files changed

Lines changed: 18 additions & 8 deletions

File tree

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
11
# Android Debug Database
22

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.
44

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.
66

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.
814

9-
So this is a very simple tool to see your complete database in a browser like chrome, mozilla, etc.
1015

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 :
1217

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 >
1425

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
1626

1727
### Found this project useful :heart:
1828
* Support by clicking the :star: button on the upper right of this page. :v:

assets/debugdb.png

88.6 KB
Loading

debug-db/debug-db-upload.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def siteUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database'
2424
def gitUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database.git'
2525

2626
group = "com.amitshekhar.android"
27-
version = '0.0.0-alpha'
27+
version = '0.1.0'
2828

2929
install {
3030
repositories.mavenInstaller {

0 commit comments

Comments
 (0)