Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikramkakkar/SublimePicker
A material-styled android view that provisions picking of a date, time & recurrence option, all from a single user-interface.
https://github.com/vikramkakkar/SublimePicker
Last synced: about 2 months ago
JSON representation
A material-styled android view that provisions picking of a date, time & recurrence option, all from a single user-interface.
- Host: GitHub
- URL: https://github.com/vikramkakkar/SublimePicker
- Owner: vikramkakkar
- License: apache-2.0
- Created: 2015-05-24T14:51:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T05:42:32.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T18:17:09.096Z (5 months ago)
- Language: Java
- Homepage:
- Size: 17.8 MB
- Stars: 2,310
- Watchers: 69
- Forks: 406
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- -awesome-android-ui - SublimePicker - 2.0) | <img src="/art/sublimePicker_date.png" width="49%"> <img src="/art/sublimePicker_time.png" width="49%"> <img src="/art/sublimePicker_repeat.png" width="49%"> (Index `(light-weight pages)`)
- awesome-android-ui - SublimePicker - 2.0) | <img src="/art/sublimePicker_date.png" width="49%"> <img src="/art/sublimePicker_time.png" width="49%"> <img src="/art/sublimePicker_repeat.png" width="49%"> (Index `(light-weight pages)`)
- awesome-material-design - SublimePicker - Date and Time picker with many options (Android / Components)
- awesome-github-android-ui - SublimePicker - 提供选择器的自定义视图 (选择器(Picker))
- awesome-android-ui - SublimePicker - 2.0) | <img src="/art/sublimePicker_date.png" width="49%"> <img src="/art/sublimePicker_time.png" width="49%"> <img src="/art/sublimePicker_repeat.png" width="49%"> (Index)
README
# SublimePicker
A customizable view that provisions picking of a date, time & recurrence option, all from a single user-interface. You can also view 'SublimePicker' as a collection of material-styled (API 23) DatePicker, TimePicker & RecurrencePicker, backported to API 14.
With the release of version 2, SublimePicker now allows date-range selection.
All three components have been converted to views, which enables us to add/embed them anywhere - add them to a 'Dialog', a 'PopupWindow', or use them as any regular android widget.
Almost all styling possibilities have been exposed through attrs. If something has been missed, please bring it to my attention.
SublimePicker provides a single point of entry to all three pickers. What I mean is that once SublimePicker is available for interaction, the user can select a date, a time & a recurrence option without leaving the picker.
Gradle dependency
-----------------`compile 'com.appeaser.sublimepickerlibrary:sublimepickerlibrary:2.1.2'`
Walkthrough
-----------
Following screenshots have been taken from the sample application: [][1]Launching into **DatePicker**:
Version 2 allows date-range selection using `SublimeOptions#setCanPickDateRange(boolean)`. Picking date range is _one fluent gesture_ which begins with a long-press on the intended start-date, followed by a drag onto the intended end-date. The range can span as many days, months or years, as needed. During a drag, approaching the left/right edge of date picker scrolls the previous/next month into view.
Date range selection:
Landscape:
Date range selection spanning multiple months:
Button at bottom-left corner can be used to switch to **TimePicker**:
Landscape:
The overflow button at top-right opens the **RecurrencePicker**:
Choosing **Custom...** from this menu brings you to **RecurrenceOptionCreator**:
Picking **Until a date** from the bottom spinner & clicking on the date shows a stripped down version of DatePicker:
**Sample Application**:
Results of the selection in **sample application** (single date):
Results of the selection in **sample application** (date range):
**How-to**s will be added in a day or two...
License
-------
Copyright (c) 2018 Vikram KakkarLicensed 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 athttp://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.
[1]: https://play.google.com/store/apps/details?id=com.appeaser.sublimepicker