Hi all,
I was trying to get the purpose of the IntentService
, and when should I use it?
I tried to understand from the API, but not enough details on that one.
Is there any analogy between this and running long-task on a working thread?
Any further explanation and samples on why I would use IntentService
would be very welcome.
Thanks,
ray.