当前位置:网站首页>Function and usage of calendar view component
Function and usage of calendar view component
2022-07-07 17:36:00 【XLMN】
calendarview Function and usage of calendar view component
calendarview Can be used to display and select dates . Users can choose the date , Or scroll the calendar by touching , Can also pass setondatechangelistener() Release method to monitor the date change
<?xml version="1.0" encoding="utf-8"?>
Set weekly style line color
public class MainActivity extends Activity {
CalendarView cv;
@Override
protected void onCreate(@Nullable Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.calendarview);
cv=findViewById(R.id.calendarview);
// by calendarview Add event listener
cv.setOnDateChangeListener(new CalendarView.OnDateChangeListener() {
@Override
public void onSelectedDayChange(@NonNull CalendarView view, int year, int month, int dayOfMonth) {
// Use total Displays the date selected by the user
Toast.makeText(MainActivity.this," Do you believe a word , Those who are ready will get a candy "+year+" year "+(month+1)+" month "+dayOfMonth+" Japan , come on. , The world is uncertain , You are the dark horse ",Toast.LENGTH_LONG).show();
}
});
}
}
边栏推荐
- 【信息安全法律法規】複習篇
- 阿富汗临时政府安全部队对极端组织“伊斯兰国”一处藏匿点展开军事行动
- How to implement safety practice in software development stage
- DNS 系列(一):为什么更新了 DNS 记录不生效?
- 第1章CRM核心业务介绍
- [Huang ah code] Why do I suggest you choose go instead of PHP?
- 让保险更“保险”!麒麟信安一云多芯云桌面中标中国人寿, 助力金融保险信息技术创新发展
- 请将磁盘插入“U盘(H)“的情况&无法访问 磁盘结构损坏且无法读取
- 本周小贴士#136:无序容器
- Mrs offline data analysis: process OBS data through Flink job
猜你喜欢
serachview的功能和用法
datepicket和timepicket,日期、时间选择器的功能和用法
Examen des lois et règlements sur la sécurité de l'information
【重新理解通信模型】Reactor 模式在 Redis 和 Kafka 中的应用
Sator推出Web3游戏“Satorspace” ,并上线Huobi
【TPM2.0原理及应用指南】 1-3章
鲲鹏开发者峰会2022 | 麒麟信安携手鲲鹏共筑计算产业新生态
第3章业务功能开发(实现记住账号密码)
Leetcode brush questions day49
The top of slashdata developer tool is up to you!!!
随机推荐
Sator推出Web3遊戲“Satorspace” ,並上線Huobi
Examen des lois et règlements sur la sécurité de l'information
麒麟信安加入宁夏商用密码协会
【可信计算】第十次课:TPM密码资源管理(二)
使用popupwindow創建对话框风格的窗口
Function and usage of textswitch text switcher
第3章业务功能开发(用户访问项目)
【重新理解通信模型】Reactor 模式在 Redis 和 Kafka 中的应用
跟奥巴马一起画方块(Lua)
L1-028 判断素数(Lua)
管理VDI的几个最佳实践
本周小贴士#136:无序容器
Numberpick的功能和用法
LeetCode 515(C#)
本周小贴士#141:注意隐式转换到bool
麒麟信安操作系统衍生产品解决方案 | 存储多路径管理系统,有效提高数据传输可靠性
Solidity 开发环境搭建
rpcms获取指定分类下的文章的方法
《世界粮食安全和营养状况》报告发布:2021年全球饥饿人口增至8.28亿
【TPM2.0原理及应用指南】 9、10、11章