List of usage examples for android.app ActionBar.OnNavigationListener interface-usage
From source file com.ncode.android.apps.schedo.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. */ public class SessionLivestreamActivity extends BaseActivity implements LoaderCallbacks<Cursor>,
From source file com.saarang.samples.apps.iosched.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. */ public class SessionLivestreamActivity extends BaseActivity implements LoaderCallbacks<Cursor>,
From source file com.google.samples.apps.sergio.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. */ public class SessionLivestreamActivity extends BaseActivity implements LoaderCallbacks<Cursor>,
From source file com.google.samples.apps.iosched.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. */ public class SessionLivestreamActivity extends BaseActivity implements LoaderCallbacks<Cursor>,
From source file us.shandian.blacklight.ui.main.MainActivity.java
public class MainActivity extends Activity implements AdapterView.OnItemClickListener, ActionBar.OnNavigationListener { private DrawerLayout mDrawer; private int mDrawerGravity; private ActionBarDrawerToggle mToggle;
From source file nrec.basil.wimuconsole.MapActivity.java
public class MapActivity extends FragmentActivity implements OnMapLongClickListener, ActionBar.OnNavigationListener { // Debugging private static final String TAG = "wImuConsoleMap"; private static final boolean D = true;
From source file org.ozonecity.gpslogger2.GpsMainActivity.java
public class GpsMainActivity extends ActionBarActivity implements Toolbar.OnMenuItemClickListener, ActionBar.OnNavigationListener { private static Intent serviceIntent; private ActionBarDrawerToggle drawerToggle; private org.slf4j.Logger tracer;
From source file com.audiokernel.euphonyrmt.MainMenuActivity.java
public class MainMenuActivity extends MPDroidActivities.MPDroidActivity implements ActionBar.OnNavigationListener, ILibraryFragmentActivity, ILibraryTabActivity, OnBackStackChangedListener, PopupMenu.OnMenuItemClickListener { private final MPDApplication mApp = MPDApplication.getInstance(); public static final int ARTISTS = 2;
From source file com.geotrackin.gpslogger.GpsMainActivity.java
public class GpsMainActivity extends Activity implements GenericViewFragment.IGpsViewCallback, NavigationDrawerFragment.NavigationDrawerCallbacks, ActionBar.OnNavigationListener, IGpsLoggerServiceClient, IActionListener { private static Intent serviceIntent; private GpsLoggingService loggingService;
From source file com.google.android.apps.iosched.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)