What is a Sticky Intent?



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

Post New Answer

More Android OS Interview Questions

What is gradle.properties?

0 Answers  


Explain android 4.0 library folder in android?

0 Answers  


How to avoid anr status?

0 Answers  


What are handlers?

0 Answers  


What is library module?

0 Answers  






What is the relationship between the life cycle of an asynctask and an activity? What problems can this result in? How can these problems be avoided?

0 Answers  


What is the proper way of setting up an android-powered device for app development?

0 Answers  


What is the android g1 phone?

0 Answers  


Can you list and explain the four java classes related to using sensors on the android platform?

0 Answers  


to write a back ground functionality in an activity, should I use a thread or service?

0 Answers  


What is localization and how to achieve?

1 Answers  


What is the difference between service and intentservice?

0 Answers  


Categories