如何在 Android 应用程序中打开 Google 日历活动?

发布于 2024-11-07 04:48:39 字数 174 浏览 0 评论 0原文

我创建了一个需要集成日历的应用程序。我找到了 Google 日历并创建了演示,我可以在其中显示日历中的日期。

现在我想做的只是通过从我自己的特定 Activity 类启动日历活动(以显示我从 Web 服务响应中获取的日期),将演示类集成到我的应用程序中。

如何在我的应用程序中调用日历类或启动日历活动?

I have created an application where I need to integrate a calendar. I have found Google Calender and have created the Demo where I can display the dates in the calendar.

Now all I want to do is just integrate the demo class into my application by starting the Calendar Activity from my own particular Activity class (to display the dates that I get from a Web Service response).

How I can call the Calender class, or start the Calendar Activity in my application?

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

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

发布评论

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

评论(1

若能看破又如何 2024-11-14 04:48:39

将整个日历合并到您的应用程序中是没有意义的。检查这篇文章: 内容提供商

我的建议是创建一个 GridView用于显示日历并从 Google 日历中获取所有日历数据的布局。祝你好运!

There is no sense in incorporating the whole calendar in your app. Check this post: Content Providers

My advice is to create a GridView layout to display the calendar and fetch all calendar data from the Google Calendar. Good luck!

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