在 Android 应用程序中显示日历
我正在制作一个Android应用程序,我需要在其中显示日历。我已经搜索了很多,但没有得到任何有用的结果。 我还从以下链接下载了日历项目:
http://code.google.com/p/android-calendar-view/downloads/list
但实际上它也不起作用,给出例外。 谁能帮我如何显示日历。 任何帮助将不胜感激。 期待解决方案。 谢谢
I am making an android app in which I need to display calendar.. I have searched a lot but not getting any useful result.
I have also downloaded project of calendar from following link:
http://code.google.com/p/android-calendar-view/downloads/list
But it is also not working infact giving exception.
CAn anyone help me how to display calendar.
Any help will be much appriciated.
Looking forward for solution.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
DatePicker 它的标准小部件我认为这不是真正的问题
,请参阅这个,它会对您有所帮助。
DatePicker its standart widget i dont think that it is really problem
see this it can be helpful for you.
如果您需要为您的应用程序定制日历,您可以使用下面的库。
https://github.com/ik024/CalendarLibrary
希望有帮助。
If you need a custom calendar for your app you can use below library.
https://github.com/ik024/CalendarLibrary
Hope it helps.