Overview Overview Search Search Up Up
Download details
Intents and Intent Filters tutorial Intents and Intent Filters tutorial

Using Intents and Intent Filters in your apps: A tutorial

Our tutorial app shows you how to use intents and intent filters in your apps.

Here’s a quick overview of what we’ll cover. We’ll show you how to:

  • use explicit intents to:
    • start a new activity
    • start an activity to get a result
    • start a service
    • broadcast an intent
    • start a new activity from within a broadcast receiver
  • use implicit intents to:
    • use other app’s components to:
      • send an email
      • pick a contact from the contacts list
      • make a phone call
  • use a pending intent to send a notification
  • use intent filters for:
    • a broadcast receiver
    • an activity

If you haven’t already done so, maybe you’d like to read, Getting to know Intents and Intent Filters.

Read more...

Data

Version 1
Size 3.33 MB
Downloads 61
Language English
License GNU/GPL external
Author This email address is being protected from spambots. You need JavaScript enabled to view it.
Website Website external
Price Free
Created 2015-12-13
Created by Clive Sargeant
Changed 2016-01-03
Changed by Clive Sargeant

Only registered and logged in users can download this file.