Grokking Android

Getting Down to the Nitty Gritty of Android Development

Posts tagged “ACTION_VIEW”:

What You Need to Know About the Intents of Android’s Calendar App

By

When your app needs to access calendar data you have to choose whether to use the CalendarContract content provider or whether to use Intents to start specific Activities of the Calendar app. This post covers the intents offered by the official Calendar app. While with using Intents your possibilities are limited compared to those of […]  Continue Reading  “What You Need to Know About the Intents of Android’s Calendar App”