Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngapp-dev/contacts-content-provider-example
https://github.com/ngapp-dev/contacts-content-provider-example
Last synced: 7 days 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T16:31:21.000Z (about 2 years ago)
- Last Synced: 2023-12-05T20:41:08.004Z (12 months 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)