What is the order in which the functions that inherit from Activity are called, in relation to the other functions and in relation to the Activity lifecycle?
functions such as: onCreateOptionsMenu, etc.
I tried a search, but all that came out were results that explain the Activity lifecycle