TimeRangePicker
TimeRangePicker is a library which can be used to select a time range.
WARNING
- Requires android-support-v4
Description
This library provides a dialog with two tabs, first one to select the start time and the other to select end time.
browse the source code of the sample application for a example of use.
Including in your project
Last version is 0.2
Just add the following statement in your build.gradle
compile 'com.github.tittojose:timerangepicker-library:VERSION
Usage
Using the library is simple, just look at the source code of the provided sample here
License
Copyright 2015 Titto Jose (TimeRangePicker) Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.