/AddressBookApp

Address book app in Java for coding test.

Primary LanguageJava

AddressBookApp

Java address book app - create, update delete and call contacts.

Home Screen

Demos

Create Contact Update Contact Delete Contact Phone Call

Features Implemented

  • Create, Delete and Update contacts.
  • Contacts stored in Room DB (SQLITE abstraction library).
  • Direct phone call from within the app.
  • Email and phone number validation for forms (DOB field also forces the use of a datepicker).

Libraries Used