Android筆記:Service

Service 後臺執行長時間運行操作的無界面應用組件。運行在主線程中,不能做長時間耗時操作。 1.Service與Thread區別: Service運行在主線程中,不能做耗時操作。 兩種啓動方式: 2.startService 無限期運行,除非手動關閉 onBind返回null onCreate 在onbind和onStartCommand前 onStartCommand 返回int START
相關文章
相關標籤/搜索