Class AppBrainActivity

All Implemented Interfaces:
ComponentCallbacks, ComponentCallbacks2, KeyEvent.Callback, LayoutInflater.Factory, LayoutInflater.Factory2, View.OnCreateContextMenuListener, Window.Callback, appbrain.internal.AppBrainScreen.Parent

public class AppBrainActivity extends Activity implements appbrain.internal.AppBrainScreen.Parent
Shows an AppBrainScreen as an Activity.
  • Constructor Details

    • AppBrainActivity

      public AppBrainActivity()
  • Method Details

    • start

      public static void start(@Nullable Activity activity, Bundle args)
    • onCreate

      protected void onCreate(Bundle savedInstanceState)
      Overrides:
      onCreate in class Activity
    • onResume

      protected void onResume()
      Overrides:
      onResume in class Activity
    • onPause

      protected void onPause()
      Overrides:
      onPause in class Activity
    • onStop

      protected void onStop()
      Overrides:
      onStop in class Activity
    • onDestroy

      protected void onDestroy()
      Overrides:
      onDestroy in class Activity
    • onBackPressed

      public void onBackPressed()
      Overrides:
      onBackPressed in class Activity
    • onConfigurationChanged

      public void onConfigurationChanged(Configuration newConfig)
      Specified by:
      onConfigurationChanged in interface ComponentCallbacks
      Overrides:
      onConfigurationChanged in class Activity
    • onSaveInstanceState

      protected void onSaveInstanceState(Bundle outState)
      Overrides:
      onSaveInstanceState in class Activity
    • getActivity

      public Activity getActivity()
      Specified by:
      getActivity in interface appbrain.internal.AppBrainScreen.Parent
    • getArguments

      public Bundle getArguments()
      Specified by:
      getArguments in interface appbrain.internal.AppBrainScreen.Parent
    • cancelCreation

      public boolean cancelCreation()
      Specified by:
      cancelCreation in interface appbrain.internal.AppBrainScreen.Parent
    • close

      public void close()
      Description copied from interface: appbrain.internal.AppBrainScreen.Parent
      Note that the AppBrainFragment implementation of this method uses dismissAllowingStateLoss(). See AppBrainFragment for further details.
      Specified by:
      close in interface appbrain.internal.AppBrainScreen.Parent
    • isClosed

      public boolean isClosed()
      Specified by:
      isClosed in interface appbrain.internal.AppBrainScreen.Parent
    • isFullScreen

      public boolean isFullScreen()
      Specified by:
      isFullScreen in interface appbrain.internal.AppBrainScreen.Parent