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

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

>有人可以告诉我该怎么做吗?
>我必须创建一个新的自定义日历作为视图?或者根本不可能?
>是否已有可用的自定义日历视图,以便我可以插入并使用?

多谢你们.

最佳答案

Can someone tell me how to go about this?

使用Google Calendar GData API.

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

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

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

没有我知道,虽然你可以通过搜索引擎找到一个.

点赞