https://github.com/ngapp-dev/contacts-content-provider-example
https://github.com/ngapp-dev/contacts-content-provider-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngapp-dev/contacts-content-provider-example
- Owner: ngapp-dev
- Created: 2022-10-31T21:13:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T16:31:21.000Z (over 3 years ago)
- Last Synced: 2025-01-06T12:37:55.091Z (about 1 year ago)
- Language: Kotlin
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contacts Content Provider Example
This application allows to work with contacts on the device using a ContentResolver and a Cursor to move through the ContactsContract.
## About
### Functionality
- View contacts on the device
- Adding contact to the device
- View contact detail data
- Removing contact from the device
### UI
- [Material 2](https://material.io/develop/android)
- [Navigation component](https://developer.android.com/jetpack/androidx/releases/navigation)
- [Glide](https://github.com/bumptech/glide)
### Features
- [Kotlin Flow](https://developer.android.com/kotlin/flow)
- [Coroutines](https://developer.android.com/kotlin/coroutines)
- [MVVM architecture](https://developer.android.com/topic/architecture)
- [Viewbinding Extensions](https://developer.android.com/topic/libraries/view-bindinge)
### Permissions
- [Permissions Dispatcher](https://github.com/permissions-dispatcher/PermissionsDispatcher)