
android开发学习笔记
sysun
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
出现错误:TextView cannot be resolved to a type
当出现错误:TextView cannot be resolved to a type只要在开头添加import android.widget.TextView; 即可转载 2013-10-04 13:16:06 · 1042 阅读 · 0 评论 -
Android Calendar获取年月日时分秒毫秒
转载于:https://www.cnblogs.com/zhujiabin/p/4236133.html开始使用new Date()测试,并用通过date.getMonth(),和date.getDay()获取,不过后来发现这两个访求是jdk1.1版本的,现在已经不用了,而且结果也不正确.int month = (date.get(Calendar.MONTH))+1;int day ...转载 2019-03-24 07:00:37 · 1953 阅读 · 0 评论