In this project, you can add personal cards and update or delete them. You can see that they are filtered by group by clicking on their page in the navigation drawer menu. Personal Card names and surnames can be searhed by the searchbar.
Pages in the app |
---|
Home |
Family |
Friends |
School |
Work |
Detail |
Add Personal Card |
Update Personal Card |
- Room
def room_version = "2.5.1"
kapt "androidx.room:room-compiler:$room_version"
implementation("androidx.room:room-runtime:$room_version")
annotationProcessor("androidx.room:room-compiler:$room_version")
-
ViewBinding
-
Fragments
-
Live Data
-
MVVM
-
Navigation - Drawer