1
votes

Hi I'm new to Codename One and i did a sample on calendar but it showing normal calendar. i want to know how to implement Material Calendar in codename One?

If anyone have idea on this please suggest me some code

Thanks in Advance

1
Are you talking about Android Calendar widget? - Diamond
yes.. is it possible ? - tyson
Diamonds answer is correct but if you just need to pick a date please notice the picker component which uses the native OS widget when running on the device see: codenameone.com/javadoc/com/codename1/ui/spinner/Picker.html - Shai Almog

1 Answers

0
votes

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.

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