Popularity
4.8
Stable
Activity
0.0
Stable
418
18
61

Code Quality Rank: L5
Programming language: Java
Tags: Time View Widget    

TimeRangePicker alternatives and similar packages

Based on the "Time View Widget" category.
Alternatively, view TimeRangePicker alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of TimeRangePicker or a related project?

Add another 'Time View Widget' Package

README

Android Gems

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.

alt tag

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.


*Note that all licence references and agreements mentioned in the TimeRangePicker README section above are relevant to that project's source code only.