Sending Android Intents

One of the most useful things about Android development is the intents dispatching mechanism. As Google says: "An intent is an abstract description of an operation to be performed", and just to be clearer, continues saying, "An Intent provides a facility for performing late runtime binding between the code in different applications. Its most significant use is in the launching of activities, where it can be thought of as the glue between activities. It is basically a passive data structure holding an abstract description of an action to be performed." (http://developer.android.com/reference/android/content/Intent.html).

Intents are widely used in Android, and if you want to fully integrate your Delphi app with the Android ...

Get Delphi Cookbook - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.