영어에서 An intent 을 사용하는 예와 한국어로 번역
{-}
-
Colloquial
-
Ecclesiastic
-
Ecclesiastic
-
Programming
-
Computer
When the URI in an intent is compared to a URI specification in a filter,
For example, an intent might convey a request for an activity to show an image or to open a web page.
() methods that determine the best component to respond to an intent.
To specify accepted intent data, an intent filter can declare zero or more elements, as shown in the following example.
An intent filter is an expression in an app's manifest file that specifies the type of intents that the component would like to receive.
To specify accepted intent categories, an intent filter can declare zero or more elements, as shown in the following example.
For an example of using this intent, see Using an intent to insert an event.
By default, the system determines the appropriate MIME type required by an intent based on the Uri data that's included.
For example, you can add"AaBbCc123" and"aabbcc123" to an intent, but they're considered the same context.
Using an intent filter isn't a secure way to prevent other apps from starting your components.
Declaring an intent to be executed at a specified future time(the Android system's AlarmManager executes the Intent). .
To specify accepted intent categories, an intent filter can declare zero
When your application inserts a new event, we recommend that you use an INSERT Intent, as described in Using an intent to insert an event.
The following snippet shows how to construct and send an intent that inserts a new raw contact and data.
Amazon's own engine captures audio and performs natural language processing based on an intent/entity model defined by us.
To start the Activity to compose an email in your user's favorite email app you use an Intent with the ACTION_SENDTO action.
Tip: If your Android app provides functionality similar to your web site, include an intent filter for URLs that point to your web site.
For example, when creating an intent to send an email with ACTION_SEND, you can specify the to recipient with the EXTRA_EMAIL key, and specify the subject with the EXTRA_SUBJECT key.
can start the service by calling startService() and passing an Intent that specifies the service and includes any data for the service to use.