I am a beginner to android programming can anybody explain me about the pending intents and its uses,please explain the parameters of pending intents also
thanx in advance!!
I am a beginner to android programming can anybody explain me about the pending intents and its uses,please explain the parameters of pending intents also
thanx in advance!!
A pending Intent is an Intent that can be executed at a later time. They are just like regular intents except they can have some extra properties that allow them to stay alive so that they can be executed by other apps even after the originating process is killed.
Here are some resources to learn more: