List of usage examples for android.support.v4.app FragmentActivity subclass-usage
From source file at.diamonddogs.example.http.activity.UiAnnotationExampleActivity.java
/** * This example illustrates two concepts: showing the indeterminate progress in * the {@link ActionBar} whenever {@link WebRequest}s are running and modifying * the ui according to {@link WebRequest} execution state */ public class UiAnnotationExampleActivity extends FragmentActivity
From source file cmput301.f13t01.readstory.ReadFragmentActivity.java
/**
* ReadFragmentActivity, the activity called for reading any story fragment.
* Relies on ReadFragmentView for the display and ReadStoryManager for story
* access.
*
* @author Eddie Tai <eddie@ualberta.ca>
From source file ca.etsmtl.applets.etsmobile.NewsListActivity.java
public class NewsListActivity extends FragmentActivity implements NewsListSelectedItemListener, OnClickListener { private class ManualFetcher extends AsyncTask<NewsFetcherBinder, Void, Void> { @Override protected Void doInBackground(final NewsFetcherBinder... params) {
From source file com.akop.bach.activity.RibbonedMultiPane.java
public abstract class RibbonedMultiPane extends FragmentActivity { protected BasicAccount mAccount; protected Fragment mTitleFragment; protected Fragment mDetailFragment; protected MyHandler mHandler = new MyHandler(); protected static CachePolicy sCp = new CachePolicy(CachePolicy.SECONDS_IN_HOUR * 4);
From source file at.ac.uniklu.mobile.sportal.ExamListActivity.java
public class ExamListActivity extends FragmentActivity implements ProgressNotificationToggle, Refreshable, FragmentPagerSupport { private static final String TAG = "ExamListActivity"; private static final boolean DEBUG = false; private static final String IS_CURRENT_PAGE_INDEX = "currentPageIndex";
From source file co.ldln.android.MainActivity.java
public class MainActivity extends FragmentActivity implements LoginListener, OnBackStackChangedListener, LDLN.InitiateSyncListener { private ArrayList<FragmentId> mNavItems; private DrawerLayout mDrawerLayout; private ActionBarDrawerToggle mDrawerToggle; private ListView mDrawerList;
From source file com.auth0.lock.sms.LockSMSActivity.java
/**
* Activity that handles passwordless authentication using SMS.
* You'll need to declare it in your app's {@code AndroidManifest.xml}:
* <pre>{@code
* <activity
* android:name="com.auth0.lock.sms.LockSMSActivity"
From source file ablgroup.daily2.authentification.AuthentificationFragment.java
/**
* Copyright 2016 Google Inc. All Rights Reserved.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
From source file com.actionbarsherlock.sample.hcgallery.MainActivity.java
public class MainActivity extends FragmentActivity implements ActionBar.TabListener { private static final int NOTIFICATION_DEFAULT = 1; private static final String ACTION_DIALOG = "com.actionbarsherlock.sample.hcgallery.action.DIALOG"; private View mActionBarView;
From source file com.akingyin.librarys.base.BaseFragmentActivity.java
/**
* @ Description:
*
* Company:???
* @ Author king
* @ Date