What is Pending Intent?
Answer / mady
The PendingIntent class provides a mechanism for creating Intents that can be fired by another application at a later time. A pending Intent is commonly used to package an Intent will be fired in response to a future event,such as a widget View being clicked or a Notification being selected from the notification panel.
| Is This Answer Correct ? | 2 Yes | 0 No |
In sencha touch, app folder contains?
What is the importance of default resources?
Why would you do the setcontentview() in oncreate() of activity class?
What is Mono for Android?
Where are permissions declared?
What is safe mode in android?
What are the tools placed in android sdk?
What is the permission you need to declare in androidmanifes?
What are the different storages available in android?
Is jelly bean a version of android os?
How are layouts placed in android?
What is the difference between file, class, and activity in android?