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
Post a Comment