Grokking Android

Getting Down to the Nitty Gritty of Android Development

Posts tagged “Intent-Availability”:

Checking Intent Availability in Android

By

Intents are probably Android’s most powerful tool. They tie together loosely coupled components and make it possible to start Activities that are not part of your own app. Using intents you can delegate to the Contacts app to select a contact or you can start the browser, share data and so on. The receiving apps […]  Continue Reading  “Checking Intent Availability in Android”