Skip to content

Commit 2934d58

Browse files
committed
readme updated
1 parent 69f981c commit 2934d58

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

13-ThirteenthClass/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Android Ninja - Class No: 12
2-
Date: 13 October, 2017
1+
# Android Ninja - Class No: 13
2+
Date: 14 October, 2017
33

44
## Topics ##
5+
- `Fragment`
56
- SQLite Database implementation with abstraction layer
67
- Create Database
78
- Create Table
89
- Write a record (row) into table
9-
- Read all records from table
10+
- Read all records from `student` table and show in a `RecyclerView`
1011
- Count the number of row in table
1112
- Search a student by his registration number
12-
13-
No concrete implementation for database query. I implement here an abstraction layer for query. Activity class just call a method of an `interface` and implement a `callback` for query result.
13+
- Delete a student by his registration number

0 commit comments

Comments
 (0)