随着启动方法不同,Service的生命周期也略有差异
1.OnCreate()->onStartCommand()->onDestory().
2.Oncreate()->onBind()->onunbind->onDestory().
随着启动方法不同,Service的生命周期也略有差异
1.OnCreate()->onStartCommand()->onDestory().
2.Oncreate()->onBind()->onunbind->onDestory().
转载于:https://www.cnblogs.com/ft039x/p/4942500.html