public class GenericAppCompatActivity
Created by Wendell on 14-10-29.
| 限定符和类型 | 方法和说明 |
|---|---|
void |
bindRefreshTypes()
override this method to bind refresh types. use binder.put to bind types,should put both type and callback data.
|
void |
onCreate() |
void |
onDestroy() |
void |
onPause() |
void |
onRequestPermissionsResult() |
void |
onResume() |
void |
recreate() |
void |
refresh() |
void |
requestPermissionsIfNeeded() |
public void onCreate()
public void onResume()
public void onPause()
public void onDestroy()
public void requestPermissionsIfNeeded()
public void onRequestPermissionsResult()
public void bindRefreshTypes()
override this method to bind refresh types.
use binder.put to bind types,should put both type and callback data.
public void recreate()
public void refresh()