Posts

Showing posts with the label Implicit Intent

Intent

It's asynchronous message among components of application or with other application. Component of application includes Activity, Service and BroadcastReceiver. Android application components(Activity,Services,BroadcastReceiver) can connect other components or to other Android applications. Intents is a built in class of the android.content.Intenttype. We can send them to the Android system defining the components you are targeting for example Android application components(Activity,Services,BroadcastReceiver) or other application.

Sharing via Intent - Text and Image Sharing

We can share Image as well text using Intent, as Intent are the asynchronous messages between components of application or with third part application.