如何在 Android 应用程序中创建/使用日历(而不是作为 Intent)

发布于 2024-10-06 11:51:54 字数 231 浏览 3 评论 0原文

我正在开发一个Android应用程序,它需要谷歌同步日历作为它的一部分。我无法使用 Intent 来显示 Android 日历活动。它必须是应用程序的一部分。日历仅占据屏幕的一半,其余区域应填充应用程序内容。

  1. 有人可以告诉我该怎么做吗?
  2. 我必须创建一个新的自定义日历作为视图?或者根本不可能?
  3. 是否有任何可用的自定义日历视图可供我插入并使用?

谢谢你们。

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.

  1. Can someone tell me how to go about this?
  2. I would have to create a new custom calendar as a View? Or its not possible at all?
  3. Is there any custom calendar view available already so that I can plug it and use?

Thanks guys.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

⒈起吃苦の倖褔 2024-10-13 11:51:54

有人可以告诉我该怎么做吗?

使用 Google 日历 GData API。

我必须创建一个新的自定义日历作为视图吗?或者根本不可能?

Android 中没有日历小部件。您必须自己创建一个或为此找到一个第三方小部件。

是否有任何可用的自定义日历视图可供我插入并使用?

我不知道,尽管你可以通过搜索引擎找到一个。

Can someone tell me how to go about this?

Use the Google Calendar GData API.

I would have to create a new custom calendar as a View? Or its not possible at all?

There is no Calendar widget in Android. You would have to create one yourself or find a third-party widget for this.

Is there any custom calendar view available already so that I can plug it and use?

None that I am aware of, though you may find one via a search engine.

離人涙 2024-10-13 11:51:54

尝试以下文章。第一个涉及阅读日历,第二个涉及创建事件:

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文