git clone https://github.com/your-username/PhoneBook-App.git
Open the project in Android Studio by selecting "Open an existing Android Studio project" and navigating to the cloned repository.
Click on the "Run" button in Android Studio to build and run the app on your connected Android device or emulator.
Note
Make sure you have the latest version of Android Studio installed along with the necessary SDKs.
Once the app is installed and running, you're all set!
Main Screen:
Upon launching the app, you'll find a form will open for you to input contact details. It's your digital phone book π. Tapping on a contact will display detailed information.
Adding a Contact:
To create a new contact, input contact details in the form on the main screen.
Updating a Contact:
Easily update a contact's name by input contact details in the form on the main screen
Deleting a Contact:
Remove a contact by input contact details in the form on the main screen. The contact will be removed from your phone book.
The app uses SQLite to perform Create, Read, Update, and Delete operations on your contact data. This ensures efficient and secure management of your phone book.
Receive notifications for successful contact additions, updates, and deletions.
Explicit Intents for Contact Viewing:
The app supports explicit intents. Tap on a contact to navigate to a dedicated page for viewing contact details.
SQLite database is used to store your contacts locally on your device, ensuring that your phone book is always accessible.