Example usage for android.app ActionBar.OnNavigationListener interface-usage

List of usage examples for android.app ActionBar.OnNavigationListener interface-usage

Introduction

In this page you can find the example usage for android.app ActionBar.OnNavigationListener interface-usage.

Usage

From source file com.mendhak.gpslogger.GpsMainActivity.java

public class GpsMainActivity extends AppCompatActivity
        implements Toolbar.OnMenuItemClickListener, ActionBar.OnNavigationListener {

    private static boolean userInvokedUpload;
    private static Intent serviceIntent;
    private ActionBarDrawerToggle drawerToggle;

From source file com.gdgdevfest.android.apps.devfestbcn.ui.SessionLivestreamActivity.java

/**
 * An activity that displays the session live stream video which is pulled in from YouTube. The
 * UI adapts for both phone and tablet. As we want to prevent the YouTube player from restarting
 * and buffering again on orientation change, we handle configuration changes manually.
 */
@TargetApi(Build.VERSION_CODES.HONEYCOMB)

From source file com.juick.android.MainActivity.java

public class MainActivity extends JuickFragmentActivity implements ActionBar.OnNavigationListener, IRunningActivity,
        SharedPreferences.OnSharedPreferenceChangeListener {

    public static final int ACTIVITY_SIGNIN = 2;
    public static final int ACTIVITY_PREFERENCES = 3;
    public static final int COLORS_THEME_STORAGE_ACTION_SAVE = 100;

From source file com.crearo.gpslogger.GpsMainActivity.java

public class GpsMainActivity extends AppCompatActivity
        implements Toolbar.OnMenuItemClickListener, ActionBar.OnNavigationListener {

    private static boolean userInvokedUpload;
    private static Intent serviceIntent;
    private ActionBarDrawerToggle drawerToggle;

From source file com.android.mail.compose.ComposeActivity.java

public class ComposeActivity extends ActionBarActivity implements OnClickListener, ActionBar.OnNavigationListener,
        RespondInlineListener, TextWatcher, AttachmentAddedOrDeletedListener, OnAccountChangedListener,
        LoaderManager.LoaderCallbacks<Cursor>, TextView.OnEditorActionListener,
        RecipientEditTextView.RecipientEntryItemClickedListener, View.OnFocusChangeListener {
    /**
     * An {@link Intent} action that launches {@link ComposeActivity}, but is handled as if the

From source file com.tct.mail.compose.ComposeActivity.java

public class ComposeActivity extends BaseActivity //TS: zheng.zou 2015-10-17 EMAIL permission check MOD
        implements OnClickListener, ActionBar.OnNavigationListener, RespondInlineListener, TextWatcher,
        AttachmentAddedOrDeletedListener, OnAccountChangedListener, LoaderManager.LoaderCallbacks<Cursor>,
        TextView.OnEditorActionListener, RecipientEditTextView.RecipientEntryItemClickedListener,
        View.OnFocusChangeListener, ChangeForwardCallback {//TS: zhaotianyong 2015-05-19 EMAIL BUGFIX_988459 MOD
    /**