diff --git a/README.md b/README.md index 06a9d11..8942057 100644 --- a/README.md +++ b/README.md @@ -13,85 +13,88 @@ SublimePicker provides a single point of entry to all three pickers. What I mean Gradle dependency ----------------- -`compile 'com.colapps.sublimepickerlibrary:sublimepickerlibrary:2.1.2'` +`compile 'com.colapps.sublimepickerlibrary:sublimepickerlibrary:2.1.3'` Walkthrough ----------- Following screenshots have been taken from the sample application: [Get it on Google Play][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): - -

- -

+ + + + + + + + + + + + + + + + + +
Date PickerDate Range SelectionDate Range Multiple Months
Launching into **DatePicker**MonitorDate range selection spanning multiple months
Launching into DatePickerDate Range Selection ModeDate Range Selection Months
+ +Button at bottom-left corner can be used to switch to TimePicker: + + + + + + + + + + + + + + + +
Time PickerRecurrence Picker
Swtich to TimePickerThe overflow button at top-right opens the RecurrencePicker
The overflow button at top-right opens the RecurrencePickerQuick Selection or Custom
+ + + + + + + + + + + + + + + + + + +
RecurrencePickerCustom ViewUntil Date - DatePicker
The overflow button at top-right opens the RecurrencePickerChoosing Custom... from this menu brings you to **RecurrenceOptionCreatorChoosing Custom... from this menu brings you to **RecurrenceOptionCreator
Quick Recurrence Options and CustomOptions including Forever, Count and Until DateUntil a date shows a stripped down version of DatePicker
+ + + + + + + + + + + + + + + + + + +
Sample ApplicationResults single dateResults date range
Sample ApplicationResults of the selection in sample application (single date)Results of the selection in sample application (date range)
View of the sample applicationResults 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...