A material Date Range Picker based on wdullaers MaterialDateTimePicker
Material Date and Time Picker with Range Selection
Credit to the original amazing material date picker library by wdullaer.
Adding to your project
Add the jcenter repository information in your build.gradle file like this
repositories {
jcenter()
}
dependencies {
compile 'com.borax12.materialdaterangepicker:library:1.9'
}
Update
--added highlighted range selection method
--added portuguese translation
--add end time selection in TimePicker
Support for Android 4.0 and up.
From the original library documentation -
You may also add the library as an Android Library to your project. All the library files live in library.