File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ Android App which uses SQLite Database to store and retrieve data.
5
5
6
6
<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 " />
7
7
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
+
8
13
<h2 ><b >Features</b ></h2 >
9
14
10
15
1 . Add new data
@@ -21,6 +26,8 @@ Android App which uses SQLite Database to store and retrieve data.
21
26
22
27
7 . Easy to implement and make changes
23
28
29
+ 8 . Android OS and Wear OS Notifications with vibration and sound.
30
+
24
31
<h2 ><b >How to use</b ></h2 >
25
32
26
33
1 . Just copy the code and classes to your project <b >or</b >
@@ -56,3 +63,7 @@ Here, integer 2 mentions the version.
56
63
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" );
57
64
```
58
65
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.
You can’t perform that action at this time.
0 commit comments