如何在 Android 应用程序中创建/使用日历(而不是作为 Intent)
我正在开发一个Android应用程序,它需要谷歌同步日历作为它的一部分。我无法使用 Intent 来显示 Android 日历活动。它必须是应用程序的一部分。日历仅占据屏幕的一半,其余区域应填充应用程序内容。
- 有人可以告诉我该怎么做吗?
- 我必须创建一个新的自定义日历作为视图?或者根本不可能?
- 是否有任何可用的自定义日历视图可供我插入并使用?
谢谢你们。
I am working on an Android application which requires a google synced calendar as part of it. I cannot use an Intent to show up the Android Calendar Activity. It has to be a part of the application. The calendar takes up only half of the screen, and rest of the area should be filled with the application content.
- Can someone tell me how to go about this?
- I would have to create a new custom calendar as a View? Or its not possible at all?
- Is there any custom calendar view available already so that I can plug it and use?
Thanks guys.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Google 日历 GData API。
Android 中没有日历小部件。您必须自己创建一个或为此找到一个第三方小部件。
我不知道,尽管你可以通过搜索引擎找到一个。
Use the Google Calendar GData API.
There is no Calendar widget in Android. You would have to create one yourself or find a third-party widget for this.
None that I am aware of, though you may find one via a search engine.
尝试以下文章。第一个涉及阅读日历,第二个涉及创建事件:
http://jimblackler.net/blog/? p=151
http://android.arnodenhond.com/tutorials/calendar
Try the following articles. The first covers reading a calendar, the second covers creating events:
http://jimblackler.net/blog/?p=151
http://android.arnodenhond.com/tutorials/calendar