Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 581 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 581 Bytes

ContactParser

A library for retrieving data from an Android contact URI.

Example

See: MainActivity.kt

Usage

Add it to your build.gradle with:

allprojects {
  repositories {
    ...
    maven { url 'https://jitpack.io' }
  }
}

and:

dependencies {
  implementation 'com.github.banasiak:ContactParser:v1.0'
}