Android
Intents
Explicit and implicit intents, filters, pending intents and broadcasts.
| Guide | Length | API status |
|---|---|---|
|
Android Pick/Select Image from Gallery with Intents
Sometimes in your Android application you’ll want the user to choose an image from the gallery that’ll be displayed by the application (and even uploaded to… |
535w | Current |
|
Understanding Android Pending Intents
PendingIntent is basically an object that wraps another Intent object. |
699w | Current |
|
Understanding Android Intent Filters (Receiving Implicit Intents)
Intents sends signals to the Android system telling it that some action needs to be performed by another component (activity, services, broadcast receivers)… |
1532w | Current |
|
Understanding Android Broadcast Receivers
A BroadcastReceiver is an Android app component that responds to system-wide broadcast announcements. |
3014w | Current |
|
Understanding Explicit and Implicit Android Intents (App Component)
Any android application comprises one or more activities. |
2499w | Current |