简体   繁体   English

如何在codenameone中创建物料日历?

[英]How to create Material calendar in codenameone?

Hi I'm new to Codename One and i did a sample on calendar but it showing normal calendar. 嗨,我是Codename One的新手,我在日历上做了一个示例,但显示的是普通日历。 i want to know how to implement Material Calendar in codename One? 我想知道如何在代号One中实现Material Calendar?

If anyone have idea on this please suggest me some code 如果有人对此有想法请给我一些代码

Thanks in Advance 提前致谢

Codename One currently don't have such Calendar widget, but there's a classic matrix style Calendar which you can extend and customize as you like. 代号目前没有这样的Calendar小部件,但是有一个经典的矩阵样式Calendar,您可以根据需要扩展和自定义。

import com.codename1.ui.Calendar
Calendar calendar = new Calendar();

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM