Skip to content

Introducing Contact Book, an Android app for efficient contact management. Users can add, update, delete contacts, and sort them by name or date

Notifications You must be signed in to change notification settings

Muhammad-Noman59/Contact-Book

Repository files navigation

Contact Book

Contact Book is an Android application that allows users to manage their contacts efficiently. Users can add new contacts, update existing ones, delete contacts, and sort them by name or date. The app leverages modern Android development technologies such as Dagger Hilt for dependency injection, Jetpack Compose for UI, and Room database for local storage.

Contact.Book.mp4

Features

  • Add New Contact: Users can add a new contact with an image, name, phone number, and email.
  • Update Contact: Users can update all information of an existing contact.
  • Delete Contact: Users can delete a contact.
  • Sort Contacts: Contacts can be sorted by name and date.
  • Image Compression: When a user uploads an image, it is compressed and converted to a byte array before being saved in the Room database.
  • Default Image: If a user does not upload an image, the contact's name's first letter will be shown as the image.
  • Make Phone Calls: Directly call a contact from the app.

Technologies Used

  • Kotlin: The main programming language used to build the app.
  • Dagger Hilt: For dependency injection.
  • Navigation Component: For in-app navigation.
  • Jetpack Compose: For building the UI.
  • Room Database: For local data storage.

Installation

To use this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Muhammad-Noman59/contact-book.git
  2. Open the project in Android Studio.

  3. Build and run the project on your Android device or emulator.

Usage

  1. Add a New Contact:

    • Click on the 'Add Contact' button.
    • Fill in the contact details (name, phone number, email).
    • Optionally, upload an image.
    • Click 'Save'.
  2. Update a Contact:

    • Select a contact from the list.
    • Click on the 'Update' button.
    • Update the contact details.
    • Click 'Save'.
  3. Delete a Contact:

    • Select a contact from the list.
    • Click on the 'Delete' button.
  4. Sort Contacts:

    • Click on the 'Sort' button.
    • Choose to sort by name or date.

Contributing

Contributions are welcome! Please fork the repository and use a feature branch. Pull requests are warmly welcome.

  1. Fork the project.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a pull request.

Supporting

  • Financial Support

Contact Me

https://www.facebook.com/profile.php?id=100092720556743 muhammad-noman59


gfi

)

About

Introducing Contact Book, an Android app for efficient contact management. Users can add, update, delete contacts, and sort them by name or date

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages