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.acomminos.morlunk.MorlunkHomeActivity.java

public class MorlunkHomeActivity extends SherlockFragmentActivity
        implements ActionBar.OnNavigationListener, MorlunkBlogFragmentListener {

    private static final String STATE_SELECTED_NAVIGATION_ITEM = "selected_navigation_item";

    interface Refreshable {

From source file com.michael.openexercise.mc_customview.roundimageviewdemo.roundimageviewexample.RoundedImageExampleActivity.java

public class RoundedImageExampleActivity extends FragmentActivity implements ActionBar.OnNavigationListener {

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.rounded_image_main_layout);

From source file com.javierc.albuquerquenow.TransitMap.java

public class TransitMap extends MapActivity implements ActionBar.OnNavigationListener, OnCompleteCB {
    private String[] busNumber = { "1", "2", "5", "6", "7", "8", "10", "11", "12", "13", "1618", "31", "34", "36",
            "40", "50", "51", "53", "54", "66", "92", "93", "94", "96", "97", "98", "140", "141", "155", "157",
            "162", "198", "217", "222", "250", "251", "551", "766", "777", "790" };

    ActionBar actionBar;

From source file com.lugia.timetable.MasterActivity.java

/**
 * Main Activity
 */
public class MasterActivity extends FragmentActivity
        implements ActionBar.OnNavigationListener, TimeTableLayout.OnDayChangedListener {
    private TimeTableSpinnerAdapter mSpinnerAdapter;

From source file com.example.android.animationsdemo.ListViewDraggingAnimation.java

/**
 * This application creates a listview where the ordering of the data set
 * can be modified in response to user touch events.
 *
 * An item in the listview is selected via a long press event and is then
 * moved around by tracking and following the movement of the user's finger.

From source file com.eftimoff.viewpagertransformers.MainActivity.java

public class MainActivity extends FragmentActivity implements ActionBar.OnNavigationListener {

    private static final String KEY_SELECTED_PAGE = "KEY_SELECTED_PAGE";
    private static final String KEY_SELECTED_CLASS = "KEY_SELECTED_CLASS";
    private static final ArrayList<TransformerItem> TRANSFORM_CLASSES;

From source file ca.ualberta.cmput301w14t08.geochan.fragments.FavouritesFragment.java

/**
 * Displays user's favourited threads/comments, provides navigation to each via
 * a spinner.
 * 
 * @author Artem Chikin
 * 

From source file com.herasymc.cmput301counter.CounterSummaryActivity.java

public class CounterSummaryActivity extends FragmentActivity implements ActionBar.OnNavigationListener {

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

From source file com.mrpoid.mrplist.ui.MrplistActivity.java

/**
 * 
 * 
 * @author Yichou
 * 
 */

From source file net.lacolaco.smileessence.view.adapter.PageListAdapter.java

public class PageListAdapter extends FragmentStatePagerAdapter
        implements ViewPager.OnPageChangeListener, ActionBar.OnNavigationListener {

    // ------------------------------ FIELDS ------------------------------

    private final MainActivity context;