這可能是個愚蠢的問題,但我想知道何時使用bindService
以及何時使用startService
。當聰明地使用bindService和startService時
例如:
如果我使用bindService
與BIND_AUTO_CREATE
,該服務將啓動,併爲這裏寫的自動創建:http://developer.android.com/reference/android/content/Context.html#BIND_AUTO_CREATE
當是聰明,然後使用bindService
當startService
?我真的不明白這兩個正確的。
可能重複的[android服務startService()和bindService()](http://stackoverflow.com/questions/3514287/android-service-startservice-and-bindservice) –