如何在 Android 应用程序中打开 Google 日历活动?
我创建了一个需要集成日历的应用程序。我找到了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将整个日历合并到您的应用程序中是没有意义的。检查这篇文章: 内容提供商
我的建议是创建一个 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!