An open API service indexing awesome lists of open source software.

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.

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.