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 (这篇文章也值得一读)
浙公网安备 33010602011771号