DateRangePicker is a Calendar Picker View to get you start and end dates in a single view. you can customse it as per your need.
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
...
implementation 'com.github.subirZ:DateRangePicker:1.0'
implementation 'com.android.support:appcompat-v7:support_version'
implementation 'com.android.support:design:support_version'
}