Skip to content

Commit 2696e07

Browse files
authored
Update README.md
1 parent a00d0d0 commit 2696e07

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Android App which uses SQLite Database to store and retrieve data.
55

66
<img src = "https://github.com/lakshay1296/Android-app-using-SQLite/blob/master/Screenshot_1528349407.png" height = "520" width = "300" /> <img src = "https://github.com/lakshay1296/Android-app-using-SQLite/blob/master/Screenshot_1528349424.png" height = "520" width = "300" />
77

8+
<h2>Wearable Screenshots</h2>
9+
10+
<img src = "https://github.com/lakshay1296/Android-app-using-SQLite/blob/master/WearSS.png" height = "240" width = "240" /> <img src = "https://github.com/lakshay1296/Android-app-using-SQLite/blob/master/Noti.gif" height = "240" width = "240" />
11+
12+
813
<h2><b>Features</b></h2>
914

1015
1. Add new data
@@ -21,6 +26,8 @@ Android App which uses SQLite Database to store and retrieve data.
2126

2227
7. Easy to implement and make changes
2328

29+
8. Android OS and Wear OS Notifications with vibration and sound.
30+
2431
<h2><b>How to use</b></h2>
2532

2633
1. Just copy the code and classes to your project <b>or</b>
@@ -56,3 +63,7 @@ Here, integer 2 mentions the version.
5663
contentValues.put( "Column name which is defined in database", "value of the method which you need to insert in the column of DB, For eg. name" );
5764
```
5865
That's it! It's a very simple app which helps you in understanding the concept of implementing SQLite Database in an Android application.
66+
67+
<h2>License</h2>
68+
69+
You are free to use this app for your project.

0 commit comments

Comments
 (0)