List of usage examples for android.app ActionBar.TabListener interface-usage
From source file com.example.android.scrolltricks.MainActivity.java
/** * Demo activity for quick return + sticky views in scroll containers. */ public class MainActivity extends FragmentActivity implements ActionBar.TabListener { ViewPager mPager;
From source file com.larswerkman.quickreturnlistview.MainActivity.java
public class MainActivity extends FragmentActivity implements ActionBar.TabListener { private ViewPager mPager; public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
From source file hug_communiquent.traitement.CompatTabHoneycomb.java
/** * An implementation of the {@link CompatTab} interface that relies on API 11 APIs. */ @TargetApi(11) public class CompatTabHoneycomb extends CompatTab implements ActionBar.TabListener {
From source file lizj.fragmento.lib.CompatTabHoneycomb.java
@TargetApi(Build.VERSION_CODES.HONEYCOMB) public class CompatTabHoneycomb extends CompatTab implements ActionBar.TabListener { /** * The native tab object that this {@link CompatTab} acts as a proxy for. */
From source file com.example.wasteW.ScrollView.MainActivity.java
/** * Demo activity for quick return + sticky views in scroll containers. */ public class MainActivity extends FragmentActivity implements ActionBar.TabListener { ViewPager mPager;
From source file com.mac.SafeWalk.WelcomeActivity.java
/**
* Copyright 2012 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
From source file com.hdavidzhu.savethechildren.TabHelper.CompatTabHoneycomb.java
/** * An implementation of the {@link CompatTab} interface that relies on API 11 APIs. */ @TargetApi(Build.VERSION_CODES.HONEYCOMB) public class CompatTabHoneycomb extends CompatTab implements ActionBar.TabListener {
From source file se.chalmers.watchme.activity.TabsAdapter.java
/**
* This is a helper class that implements the management of tabs and all details
* of connecting a ViewPager with associated TabHost. It relies on a trick.
* Normally a tab host has a simple API for supplying a View or Intent that each
* tab will show. This is not sufficient for switching between pages. So instead
* we make the content part of the tab host 0dp high (it is not shown) and the
From source file net.forkk.autocron.MainActivity.java
public class MainActivity extends FragmentActivity implements ActionBar.TabListener { /** * The {@link android.support.v4.view.PagerAdapter} that will provide fragments for each of the * sections. We use a {@link android.support.v4.app.FragmentPagerAdapter} derivative, which will * keep every loaded fragment in memory. If this becomes too memory intensive, it may be best to
From source file com.marshalchen.common.demoofui.quickreturnlistview.QuickReturnListViewActivity.java
public class QuickReturnListViewActivity extends FragmentActivity implements ActionBar.TabListener { private ViewPager mPager; public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);