You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- SQLite Database implementation with abstraction layer
6
7
- Create Database
7
8
- Create Table
8
9
- Write a record (row) into table
9
-
- Read all records from table
10
+
- Read all records from `student` table and show in a `RecyclerView`
10
11
- Count the number of row in table
11
12
- 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.
0 commit comments