Skip to content

Commit bbe45df

Browse files
committed
resource link added
1 parent 73fe6aa commit bbe45df

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

11-EleventhClass/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ Date: 07 October, 2017
88
- Write a record (row) into table
99
- Read all records from table
1010
- Count the number of row in table
11+
- Git
12+
- Branching
13+
- gitignore
1114

1215
### Resources ###
1316
- [Android SQLite Database - TutorialsPoint](https://www.tutorialspoint.com/android/android_sqlite_database.htm)
1417
- [Local Databases with SQLiteOpenHelper - CodePath](http://guides.codepath.com/android/local-databases-with-sqliteopenhelper)
15-
- [Android SQLite Database Tutorial - AndroidHive](https://www.androidhive.info/2011/11/android-sqlite-database-tutorial/)
18+
- [Android SQLite Database Tutorial - AndroidHive](https://www.androidhive.info/2011/11/android-sqlite-database-tutorial/)
19+
- [Git branching and Merging](https://git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merging)
20+
- [gitignore in Android Studio](https://stackoverflow.com/a/17803964/6200296)

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,13 @@ I'm taking an onsite course on Android App Development at Dhaka, Bangladesh (see
112112
- Write a record (row) into table
113113
- Read all records from table
114114
- Count the number of row in table
115+
- Git
116+
- Branching
117+
- gitignore
115118

116119
**Resources:**
117120
- [Android SQLite Database - TutorialsPoint](https://www.tutorialspoint.com/android/android_sqlite_database.htm)
118121
- [Local Databases with SQLiteOpenHelper - CodePath](http://guides.codepath.com/android/local-databases-with-sqliteopenhelper)
119-
- [Android SQLite Database Tutorial - AndroidHive](https://www.androidhive.info/2011/11/android-sqlite-database-tutorial/)
122+
- [Android SQLite Database Tutorial - AndroidHive](https://www.androidhive.info/2011/11/android-sqlite-database-tutorial/)
123+
- [Git branching and Merging](https://git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merging)
124+
- [gitignore in Android Studio](https://stackoverflow.com/a/17803964/6200296)

0 commit comments

Comments
 (0)