InterviewSolution
Saved Bookmarks
| 1. |
What is a Sticky Intent in android? |
|
Answer» Sticky Intent is also a type of intent which allows the communication between a function and a service for example,sendStickyBroadcast() is perform the operations after completion of intent also. |
|