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 |
Can you change the os on a phone?
Please explain what is an intent? Can it be used to provide data to a contentprovider? Why or why not?
Which kind of information about the application androidmanifest.xml file contains?
What is wake up sensor?
Explain me activities?
Given the following statements using openfileoutput function to store data into a file in android?
What is NDK?
What is an anr? What are some measures you can take to avoid anr?
What are the code names of android?
What is app.iml/ directory?
What is the use of sync in android?
Explain android application architecture?