1.

What mean by explicit & implicit Intent?

Answer»

Using 'stopService()' that a given application SERVICE will be STOPPED. If the service is not running, nothing HAPPENS. Otherwise, it is stopped. NOTE that calls to startService() are not counted -- this stops the service no matter how many times it was started.
Using 'stopSelf()' is same as 'stopService()' but used within the service to INDICATE system to stop itself.



Discussion

No Comment Found

Related InterviewSolutions