GitXplorerGitXplorer
j

datepicker

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
e46a67bd647bfb718f1de5cef71a354313859c3d

working correctly without Month lable

committed 13 years ago
Unverified
426bb4a8fe8970c9aa3d5497ca56c17bae490232

add month string but doesn't work well

committed 13 years ago
Unverified
c3216d5dca0a38dd81eac0d2c4186e79d5a535ed

migrate native datepicker/dialog

committed 13 years ago
Unverified
309761ba7ee0d88df7273d1ffc565074cb398de2

initial commit

jjooyunghan committed 13 years ago

README

The README file for this repository.

DualDatePickerDialog

can select a date from one of two calendars.

In many countries optional calendar is used together with main calendar. For example in Korea, Gregorian calendar is used mainly but Korean lunisolar calendar is also used for various traditional events.

DualDatePickerDialog lets the caller to select a date from one of two calendars by showing them altogether.

User can switch two calendars using UI elements (which will be changed to improve usability).

DualDatePickerDialog uses CalendarDatePicker which is not Android standard DatePicker widget.

CalendarDatePicker

similar to android's DatePicker widget, but works with Calendar instance.

Android's DatePicker widget works well with GregorianCalendar, but doens't support non-Gregorian calendar. CalendarDatePicker works with any Calendar-subclassing instances.

This package provides a KoreanLunisolarCalendar class to support Korean lunisolar calendar.