A simple date picker dialog for android

EasyDatePicker

datepicker

Installation

Add this to project level build.gradle

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

Add the dependency into you app level build.gradle

dependencies {
    implementation 'com.github.harunbekcan:EasyDatePicker:VersionName'
}

GitHub

View Github

Leave a Reply

Your email address will not be published. Required fields are marked *