java - Android View onResume method? -


when returning activity using button ,

startactivity(new intent(this, activitymainmenu.class)); 

is called, there methods automatically go custom view?

i've noticed when going view, it's no longer invalidated.

basically without using activity's onresume want able resume custom view.

for else wants know can use:

protected void onattachedtowindow() 

it's called every time view attached window.


Comments

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -