https://github.com/vaneeza-7/recycler-view-contact-list
♻️ A practice recycler view contact list with add new contact, show contact and delete contact functionality.
https://github.com/vaneeza-7/recycler-view-contact-list
contact-list kotlin-android recyclerview
Last synced: 3 months ago
JSON representation
♻️ A practice recycler view contact list with add new contact, show contact and delete contact functionality.
- Host: GitHub
- URL: https://github.com/vaneeza-7/recycler-view-contact-list
- Owner: Vaneeza-7
- License: mit
- Created: 2024-02-21T11:04:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-12T20:08:23.000Z (over 1 year ago)
- Last Synced: 2025-01-07T15:44:35.531Z (9 months ago)
- Topics: contact-list, kotlin-android, recyclerview
- Language: Kotlin
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Recycler View Contact List
A contact list made using recycler view.
## Features:
- Add new contact and save it.
- View contact information.
- Delete contact upon long press.## Features which require help:
- Alphabetical sorting of the contacts.
- Adding multiple numbers to single contact. (optional)
- Pin certain contacts.For contribution, Fork this repo and open a pull request detailing your changes.