android - Access GUI elements before it is created? -


in activity lifecycle onactivityresult method called before oncreate methode, buttons etc. initialized. how possible access them though? thx background knowledge!

the way onactivityresult event should happen if used startactivityforresult create new activity generates event.

which means calling activity should in stack , created paused oncreate called.

unless there orientation change in between have never tried , poses interesting question.

are having issue or trying understand mechanism? if having , issue post code.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

iphone - Pop a UIViewController containing a UITabBarController off of a UINavigationController -