ContactsApp is a Java application designed for Android devices that uses RoomDB to store contacts along with their email IDs. This app demonstrates basic operations using Room, a database library provided by Google as part of the Android Jetpack suite.
- Add new contacts with name and email ID.
- View the list of stored contacts.
- Delete contacts.
- Android Studio
- Android device or emulator