GitXplorerGitXplorer
j

datepicker

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
eb1b6ab308205571cfa422a18c06ebffb0448c0d

change encoding to utf-8

jjooyunghan committed 13 years ago
Unverified
8087b04b777832d0aa9ecc81a76d1d134771bc5e

1901 - 2045 supported, but still affected by TimeZone

jjooyunghan committed 13 years ago
Unverified
58f28e909f704d7c42b3b20087e02495ac6b8311

README added

committed 13 years ago
Unverified
c258c05a1b766ebf210704afc915224a5b9a3e29

renamed to CalendarDatePicker and DualDatePickerDialog

committed 13 years ago
Unverified
ed7514c8209d82c27df198dbbf8acf221a3fb664

fix eclipse warnings

committed 13 years ago
Unverified
b288450230826383f6985267f2af9cac35e65898

Month Label Added (hard coding)

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.