Example usage for android.support.v4.app FragmentActivity subclass-usage

List of usage examples for android.support.v4.app FragmentActivity subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.app FragmentActivity subclass-usage.

Usage

From source file com.astuetz.MainActivity.java

public class MainActivity extends FragmentActivity {

    private final Handler handler = new Handler();

    private PagerSlidingTabStrip tabs;
    private ViewPager pager;

From source file ca.rmen.android.networkmonitor.app.savetostorage.SaveToStorageActivity.java

/**
 * Invisible activity which expects a file as a Uri in the {@link Intent#EXTRA_STREAM} extra.
 * This activity shows a folder chooser dialog to the user. Once the folder is
 * selected, this launches the {@link SaveToStorageService} service to save the file in
 * the selected folder, and exits without waiting for the service to complete.
 */

From source file com.abourazanis.muzei.wallbase.WallhavenSettings.java

public class WallhavenSettings extends FragmentActivity {

    private Spinner mUpdateIntervalSpinner;
    private CheckBox mChkSafe, mChkSketchy;
    private CheckBox mChkAnime, mChkGeneral, mChkPeople;
    private CheckBox mChkUpdateOnWifiOnly;

From source file ca.etsmtl.applets.etsmobile.SecurityActivity.java

public class SecurityActivity extends FragmentActivity {

    private NavBar navBar;
    private ListView listView;

    double lat = 45.494498;

From source file cn.yunt.www.pagerslidingtabstrip.MainActivity.java

public class MainActivity extends FragmentActivity {

    private final Handler handler = new Handler();

    private PagerSlidingTabStrip tabs;
    private ViewPager pager;

From source file com.arman.efficientqhalgoforch.MainActivity.java

public class MainActivity extends FragmentActivity {

    private final Handler handler = new Handler();

    private PagerSlidingTabStrip tabs;
    private ViewPager pager;

From source file azou.note.Writer.java

public class Writer extends FragmentActivity {
    Button date;
    Calendar c;
    Intent i;
    EditText body, subject;

From source file angeloid.sopiane.vegaphoneinfo.Tab_MainActivity.java

public class Tab_MainActivity extends FragmentActivity {
    private SwipeyTabs mTabs;
    private ViewPager mViewPager;
    LinearLayout f; // 
    String s = "a150ee65cb02f54";
    TextView tabtextview;

From source file com.astuetz.viewpager.extensions.sample.MainActivity.java

public class MainActivity extends FragmentActivity {

    private final Handler handler = new Handler();

    private PagerSlidingTabStrip tabs;
    private ViewPager pager;

From source file com.android.activity.ImageDetailActivity.java

public class ImageDetailActivity extends FragmentActivity implements OnClickListener {
    private static final String IMAGE_CACHE_DIR = "images";
    public static final String EXTRA_IMAGE = "extra_image";

    private ImagePagerAdapter mAdapter;
    private ImageResizer mImageWorker;