Android日历库:Android Week View

jopen 9年前

一个Android库来显示应用程序中的日历(周视图或日视图)。它支持自定义样式。

Android日历库:Android Week View

Please note that this project is still under development. I will be happy if you collaborate in this project and help it become even more polished.

特性

  • Week view calendar
  • Day view calendar
  • Custom styling
  • Horizontal and vertical scrolling
  • Infinite horizontal scrolling
  • Live preview of custom styling in xml preview window

// Get a reference for the week view in the layout.  mWeekView = (WeekView) findViewById(R.id.weekView);    // Set an action when any event is clicked.  mWeekView.setOnEventClickListener(mEventClickListener);    // The week view has infinite scrolling horizontally. We have to provide the events of a  // month every time the month changes on the week view.  mWeekView.setMonthChangeListener(mMonthChangeListener);    // Set long press listener for events.  mWeekView.setEventLongPressListener(mEventLongPressListener);

项目主页:http://www.open-open.com/lib/view/home/1413643157840