Android IntentService(用來處理長時間的網路連線)

由網路下載資料是很容易遇到的主題,但是在慢速網路環境
真的很不穩定,沒法登上檯面

試過了AsyncTask,Thread,各自有各自的問題
有相同狀況的朋友,可以試試IntentService

Google Class Libary
http://developer.android.com/reference/android/app/IntentService.html

Android IntentService 說明
http://ozzysun.blogspot.com/2010/11/android-service.html

Sample Code
http://stackoverflow.com/questions/5027147/intent-service-example-in-android

留言

熱門文章