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

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

Introduction

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

Usage

From source file de.eidottermihi.rpicheck.activity.MainActivity.java

@XmlLayout(R.layout.activity_main)
public class MainActivity extends InjectionActionBarActivity implements ActionBar.OnNavigationListener,
        ShutdownDialogListener, PassphraseDialogListener, AsyncQueryDataUpdate, AsyncShutdownUpdate {
    private static final Logger LOGGER = LoggerFactory.getLogger(MainActivity.class);

    private static final String CURRENT_DEVICE = "currentDevice";

From source file com.xandy.calendar.AllInOneActivity.java

public class AllInOneActivity extends AbstractCalendarActivity
        implements EventHandler, OnSharedPreferenceChangeListener, SearchView.OnQueryTextListener,
        ActionBar.TabListener, ActionBar.OnNavigationListener, OnSuggestionListener {
    private static final String TAG = "AllInOneActivity";
    private static final boolean DEBUG = false;
    private static final String EVENT_INFO_FRAGMENT_TAG = "EventInfoFragment";