Briefing Android Knowledge

which Activity life-cycle method you should do all of your normal static set up such as: creating vi

In which Activity life-cycle method you should do all of your normal static set up such as: creating
views and bind data to lists?

A.
onResume()

B.
onStart()

C.
onCreate()

D.
onPause()