via*_*ana 5 android ionic2 angular
而在Android Native中,onResume()
这是活动生命周期的一部分.看看这个:
public void onResume() {
super.onResume(); // Always call the superclass method first
}
Run Code Online (Sandbox Code Playgroud)
onResume()
Ionic 2中的等效方法是什么?