| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
9年前发布

Android日历库:Android Week View

一个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

     

       本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
       转载本站原创文章,请注明出处,并保留原始链接、图片水印。
       本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
       本文地址:https://www.open-open.com/lib/view/open1413643157840.html
      Android开发 移动开发 Android Week View