Briefing Android Knowledge

which will be called first?

When executing the following code and selecting the “tab2” tab then the “tab1”, which is the
correct method in the List1 class which will be called first? (Assume that the application operates
normally no memory erasure occurs.)

A.
onCreate

B.
onResume

C.
Nothing will be executed

D.
onTabChanged

Explanation: