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 org.iisgcp.waterwalk.activity.PointOfInterestActivity.java

public class PointOfInterestActivity extends NavigationDrawerActivity
        implements ActionBar.OnNavigationListener, OnItemClickedListener, OnPageSelectedListener {

    /**
     * The serialization (saved instance state) Bundle key representing the
     * current dropdown position.

From source file com.mykola.lexinproject.ui.LexinActivity.java

public class LexinActivity extends SherlockFragmentActivity
        implements ActionBar.OnNavigationListener, TranslationManagerCallback {
    private static final String STRING_TEXT_PLAIN = "text/plain";
    private static final String TAG = "LexinActivity";
    private static final String STATE_SELECTED_NAVIGATION_ITEM = "selected_navigation_item";
    private Translation mSharedData;

From source file fr.julienvermet.bugdroid.ui.MainActivity.java

public class MainActivity extends SherlockFragmentActivity
        implements ActionBar.TabListener, ActionBar.OnNavigationListener, SearchView.OnQueryTextListener {
    private static final String LOG_TAG = MainActivity.class.getSimpleName();

    private static final String TAB_SELECTED = "tabSelected";

From source file org.gdg.frisbee.android.activity.PulseActivity.java

public class PulseActivity extends GdgNavDrawerActivity implements ActionBar.OnNavigationListener {

    private static String LOG_TAG = "GDG-PulseActivity";
    private GroupDirectory mClient;

    private ArrayAdapter<String> mSpinnerAdapter;

From source file com.owncloud.android.ui.activity.UploadFilesActivity.java

/**
 * Displays local files and let the user choose what of them wants to upload
 * to the current ownCloud account
 */

public class UploadFilesActivity extends FileActivity implements LocalFileListFragment.ContainerActivity,

From source file org.level28.android.moca.ui.schedule.ScheduleActivity.java

/**
 * Display MOCA schedule for talks and main events.
 * 
 * @author Matteo Panella
 */
public class ScheduleActivity extends SherlockFragmentActivity

From source file org.iisgcp.waterwalk.activity.MainActivity.java

public class MainActivity extends ActionBarActivity implements ActionBar.OnNavigationListener, HelpDialogListener {

    private static final String HELP_DIALOG = "help_dialog";

    /**
     * The serialization (saved instance state) Bundle key representing the

From source file org.gdg.frisbee.android.activity.MainActivity.java

public class MainActivity extends GdgNavDrawerActivity implements ActionBar.OnNavigationListener {

    public static final String EXTRA_GROUP_ID = "org.gdg.frisbee.CHAPTER";
    public static final String SECTION_EVENTS = "events";
    public static final String EXTRA_SECTION = "org.gdg.frisbee.SECTION";

From source file net.abcdroid.devfest12.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 org.openbmap.activities.MapViewActivity.java

/**
 * Activity for displaying session's GPX track and wifis
 */
public class MapViewActivity extends Fragment implements OnCatalogLoadedListener, OnSessionLoadedListener,
        OnGpxLoadedListener, ActionBar.OnNavigationListener, onLongPressHandler {