Android Calendar API vs Calendar Provider API

Posted by John Roberts on Stack Overflow See other posts from Stack Overflow or by John Roberts
Published on 2012-11-18T04:13:16Z Indexed on 2012/11/18 5:00 UTC
Read the original article Hit count: 207

Filed under:
|
|
|
|

I'm a little bit confused about the difference between the two. An example of the Calendar API is supposedly located here: http://samples.google-api-java-client.googlecode.com/hg/calendar-android-sample/instructions.html, but the author himself suggests using the Calendar Provider API, details about which are here: http://developer.android.com/guide/topics/providers/calendar-provider.html.

Can someone explain to me the difference between the two, and which would be better for me to use for a simple calendar app?

© Stack Overflow or respective owner

Related posts about java

Related posts about android