What is the life cycle of Android activity?
What is the life cycle of Android activity?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: easy
标签: interviewbit, android, topic-specific, mobile
参考答案摘要
OnCreate(): It is called when activity is created. Using this, the views are created and data is collected from bundles. OnStart(): It is called if the activity is becoming visible to the user. It may...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。