zaw9oo / MM_NRIC_PickerLibrary

Myanmar NRIC Picker Compound View for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Myanmar NRIC Picker Compound View for Android

License:Apache License 2.0


Languages

Language:Java 100.0%