public abstract class BaseActivity
extends AppCompatActivity
implements java.lang.Thread.UncaughtExceptionHandler
Constructor and Description |
---|
BaseActivity() |
Modifier and Type | Method and Description |
---|---|
protected void |
onActivityResult(int request,
int result,
android.content.Intent data) |
protected void |
onCreate(android.os.Bundle savedInstanceState) |
boolean |
onCreateOptionsMenu(android.view.Menu menu) |
boolean |
onOptionsItemSelected(android.view.MenuItem item) |
void |
setBaseMenu(BaseMenu baseMenu) |
void |
setScreen(BaseScreen screen) |
void |
uncaughtException(java.lang.Thread thread,
java.lang.Throwable ex) |
public boolean onCreateOptionsMenu(@Nullable android.view.Menu menu)
public boolean onOptionsItemSelected(@Nullable android.view.MenuItem item)
public void setBaseMenu(@Nullable BaseMenu baseMenu)
public void setScreen(@Nullable BaseScreen screen)
public void uncaughtException(@Nullable java.lang.Thread thread, @Nullable java.lang.Throwable ex)
uncaughtException
in interface java.lang.Thread.UncaughtExceptionHandler
protected void onActivityResult(int request, int result, android.content.Intent data)
protected void onCreate(android.os.Bundle savedInstanceState)