My question is simple. What is the concept of Pending Intent? Why and when we use Pending Intents? Please also give code example if possible
A PendingIntent itself is simply a reference to a token maintained by the system describing the original data used to retrieve it. This means that, even if its owning application's process is killed, the PendingIntent itself will remain usable from other processes that have been given it
http://developer.android.com/reference/android/app/PendingIntent.html
Go through that For Details
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With