Hello all,
I am developing an application on Android Froyo system, everything is fine, except that when I create a service, and the service will spawn several thread. In one of the thread, I want to stop the service. Apparently stopService() is out of scope in the thread class, and so is the getApplicationContext() calls. So inside a thread, can I get the current context and how?
Thanks