What lifecycle processes will be triggered when a developer creates a Page instance and lets the instance be displayed in the foreground?

What lifecycle processes will be triggered when a developer creates a Page instance and lets the instance be displayed in the foreground?
A . onStart()→onActive()
B . onStart() →onActive() →onInactive()
C . onBackground()→onForeground()→onStop()
D . onActive() →onInactive()

Answer: A

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments