IntentService(小节)

IntentService

  • IntentService is a base class for Service that handle asynchronous request on demand.
  • Clients send requests through startService(Intent) calls
  • handle each intent in turn(按顺序) using handlerThread
  • one request will be processed at a time

Demo (这篇文章也值得一读)

posted @ 2013-11-25 15:41  Jsaint  阅读(83)  评论(0)    收藏  举报