What is the life cycle of a started service?

Answer: oncreate -> onstartCommand() -> onDestroy()

This is the life cycle of a started service. onBind() and onUnbind() will come into picture for only binded services. previously in old versions onStart() was there in place of onStartCommand().

No comments:

Post a Comment