Skip to content

Latest commit

 

History

History
74 lines (48 loc) · 2.97 KB

README.md

File metadata and controls

74 lines (48 loc) · 2.97 KB

Personal Card App

Description

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

Libraries And Features

  • 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

Images from the Project