• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps super.onResume()

Code:
@Override
public void onResume()
{
         super.onResume();
         // do what you need
 }
I assume this is what you mean?
 
I need the Android code

onResume() {
//this code
}
not @override..

just a boolean? there has to be a part of code, that updates/refreshes Views..
I need that part
 
Back
Top Bottom