I have this thread which downloads a few images from the server. So once it downloads the images I call the handler and carry on UI updation. So since stop() for thread is d
You should look into the ExecutorService and Executors.
If its the same as regular Java then it provides some powerful thread management including shutting down all the threads at once.