https://github.com/tatilimongi/exercicio-android-03
The Contact Manager app allows users to manage personal and professional contacts. Users can add, categorize, and view contacts' details (name, phone number, and category). It is built using Java and the Android SDK, utilizing an object-oriented approach with classes for handling contact details and categorization.
https://github.com/tatilimongi/exercicio-android-03
android-sdk android-studio gradle java
Last synced: 2 months ago
JSON representation
The Contact Manager app allows users to manage personal and professional contacts. Users can add, categorize, and view contacts' details (name, phone number, and category). It is built using Java and the Android SDK, utilizing an object-oriented approach with classes for handling contact details and categorization.
- Host: GitHub
- URL: https://github.com/tatilimongi/exercicio-android-03
- Owner: tatilimongi
- Created: 2025-03-17T20:27:23.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T22:16:38.000Z (2 months ago)
- Last Synced: 2025-03-17T23:26:18.517Z (2 months ago)
- Topics: android-sdk, android-studio, gradle, java
- Language: Java
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contact Manager App
This app is designed to manage contacts, allowing users to add, view, and categorize them as either personal or professional. The application organizes contacts using an object-oriented approach, with a `GerenciadorContatos` (Contact Manager) class to handle the storage and retrieval of contacts.
## Features
- **Add Contact**: Add a contact with name, phone number, and specific category (personal/professional).
- **List Contacts**: Display all saved contacts with relevant details.## Technologies Used
- **Android SDK**
- **Java**## Example of Usage
- **Add Contact**: Enter contact name, phone number, and category (personal or professional).
- **View Contacts**: Contacts are displayed in the log.## Example Output
Contato Pessoal: Ana, Tel: 99999-1111, Aniversário: 10/02/1995
Contato Profissional: João, Tel: 88888-2222, Empresa: UNIT-PE
## How to Run
1. Clone the repository:
```bash
git clone https://github.com/tatilimongi/Exercicio-Android-03.git
2. Open the project in Android Studio.
3. Run the app on an emulator or a physical device.