onCreate(), onStart()and onResume()are life cycle methods called by the operating system and should not be called directly. However, you can override them so that your code executes at these stages of the life cycle of actions:

, , AsyncTask , View , :
toReturn.getViewTreeObserver().addOnGlobalLayoutListener(new OnGlobalLayoutListener() {
public void onGlobalLayout() {
toReturn.getViewTreeObserver().removeGlobalOnLayoutListener(this);
}
});
toReturn - onCreate(). .
ViewTreeObserver , , . , removeGlobalOnLayoutListener() `, , .