/MM_NRIC_PickerLibrary

Myanmar NRIC Picker Compound View for Android

Primary LanguageJavaApache License 2.0Apache-2.0

MM_NRIC_PickerLibrary

A library for Myanmar NRIC picker

Usage

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

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

Step 2. Add the dependency

dependencies {
        implementation 'com.github.ZawNaingOo1:MM_NRIC_PickerLibrary:v1.0.0'
  }

Step 3. Now you can use view and methods

<com.neona.mm_nric_picker.NRIC_View/>

class   => NRIC_View
methods => getNRICText(), getCityName()