Tag: life cycle

Android development: Lifecycle of Activity at screen transition

Introduction Activity’s life cycle is the basis of developing basic Android applications.If you do not know the basic life cycle, you can not implement it in the first place, but you need to understand the life cycle a little more when you want to control more finely (eg change the behavior only when pressing the home key) I will come.So this time about the life cycle of Activity,What methods are called with various screen transition […]