Saturday, March 11, 2017

Roles of Intents in Android

Roles of Intents in Android

An intent is an abstract description of an operation to be performed.
   public class Intent extends Object and implements Parcelable, Cloneable

The roles of intents are:

Accessing Android Camera
Activity transition from one activity to another
Changing time zones
Customizing mobile calls
Data transfer from one activity to another
GPS sensor to get current location
Handling broadcast messages
Making connection with Wi-Fi and Bluetooth
Notification bar alerts
Sending e-mails and social media posts
Sending SMS and MMS
Starting and controlling Android Services

[ to be completed ... ]


Copyright ©2017, Software Developer, All rights reserved.
See Contents

No comments:

Post a Comment