What is a Sticky Intent?
Answer / maanya
Intent is basically an abstract description of an operation that has to be performed for communication. Sticky Intent is also a type of intent which allows the communication between a function and a service. For example: sendStickyBroadcast() performs send Broadcast(Intent) which stays even after the broadcast is complete. It helps in retrieving the data quickly. The message ACTION_BATTERY_CHANGED of an operating system is an example of it.
| Is This Answer Correct ? | 0 Yes | 0 No |
What dialog boxes are supported in Android ?
What is meant by activities?
What is staggered grid in android?
Which method is implemented by all subclasses of an activity?
What are Dalvik Executable files?
What main/gen/ directory contains?
Order of buttons on dialog box?
Is android 5 outdated?
How do I override a method in android?
How do I update my os on my android?
What are the downsides of Android?
How the nine-patch Image different from a regular bitmap? Alternatively, what is the difference between nine-patch Image vs regular Bitmap Image?