Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.


App image
App image

## 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)