https://github.com/agnostic-apollo/contacts
A simple contacts android app
https://github.com/agnostic-apollo/contacts
android contacts
Last synced: 6 months ago
JSON representation
A simple contacts android app
- Host: GitHub
- URL: https://github.com/agnostic-apollo/contacts
- Owner: agnostic-apollo
- Created: 2017-08-19T19:37:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T11:22:50.000Z (over 6 years ago)
- Last Synced: 2025-03-25T07:04:26.324Z (7 months ago)
- Topics: android, contacts
- Language: Java
- Homepage:
- Size: 512 KB
- Stars: 10
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contacts
A simple contacts android app# Features:
Add/Delete contacts and store their name, image and multiple phone numbers and emails.
Start a call or email by clicking phone numbers or emails.
Export contacts to csv# Valid Inputs:
Name matches any kind of letter from any language and number.
Phone numbers and emails are standard formats.
Images are selected from gallery with an intent.[Screenshots](https://github.com/agnostic-apollo/Contacts/tree/master/screenshots)
[Download APK](https://github.com/agnostic-apollo/Contacts/releases)Credits
[EmergentOrder opencsv](https://github.com/EmergentOrder/opencsv)