English 中文(简体)
当用户增加新的日历输入时,是否有通知的途径。
原标题:Is there a way to get notified when a user adds a new calendar entry

如果用户在其日历应用中增加新的条目(即通过听众......),或者现在通过日历的内容提供人核对日历,从而评估用户是否添加新的条目的唯一解决办法?

最佳回答

Can i get informed in my android application when a user adds a new entry in his calendar application (i.e. via listeners, ...)

不存在安的SDK日历应用。 开放源项目中有一个日历应用程序,但在特定装置上可能或不可能存在,因为欢迎制造商更换。 用户还有可能下载替代封建的日历应用程序。

is checking the calendar every now and then via the content provider of the calendar app the only solution to find out if the user has added new entries ?

不存在安的SDK日历内容提供者。 在开放源项目中,日历应用使用的是一个内容提供者,但见上文关于依赖该申请的问题。 此外,安康核心团队希望,你不会依靠

如果你希望与谷歌日历合作,请使用 适当的GData PIC/,直至并且除非将更多的日历功能添加到SDK。

问题回答

暂无回答




相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签