android service
http://www.cnblogs.com/trinea/archive/2012/11/08/2699856.html
- startService()
主線程中運作,不可與 Activity 交流 - bindService()
主線程中運作,可與 Activity 用 IPC 交流,可與Activity共生死 - IntentService
獨立線程運作,自行毀滅,可連續被請求,但會排序,執行完才會輪到下一個。
http://rainbow702.iteye.com/blog/1143286
demo code:
http://androidgill.blogspot.tw/2011/12/android-intentservice.html
android service
Reviewed by Wild
on
2/23/2013 12:37:00 上午
Rating:
沒有留言:
沒有Google帳號也可發表意見唷!