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

javascript - jquery or ashx not working -

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

python 3.x - Mapping specific letters onto a list of words -