How to get value from intentservice ? I set a int named count on intentservice to calculate execution time and I want to get this count value from intentservice , how to do it ?
Asked
Active
Viewed 41 times
0
-
One way is you can use a broadcast receiver to send data back to your activity – tyczj Jul 10 '17 at 15:06
-
Possible duplicate of [How to get results from an IntentService back into an Activity?](https://stackoverflow.com/questions/10334901/how-to-get-results-from-an-intentservice-back-into-an-activity) – Will Barnwell Jul 10 '17 at 16:53