Difference between Service, Async Task & Thread?
问题 What is the difference between Service, Async Task & Thread. If i am not wrong all of them are used to do some stuff in background. So, how to decide which to use and when? 回答1: Probably you already read the documentation description about them, I won't repeat them, instead I will try to give answer with my own words, hope they will help you. Service is like an Activity but has no interface. Probably if you want to fetch the weather for example you won't create a blank activity for it, for