[android-developers] Re: Using Android Calendar ContentProvider.
On May 26, 6:12 pm, arnoldl <arn...@fortuin.nl> wrote:
> Is there a valid way to read write to the calendar OFFLINE ??
Cache your updates. Sync the next time there's a network connection.
IOW, operate under the assumption that the Calendar API isn't
available on-device, and design your app accordingly. I know, it's not
how the unpublished API has been working, but it is how many other
APIs do work, and devs create useful apps for them nonetheless.
String
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home