List of usage examples for android.support.v4.app FragmentActivity subclass-usage
From source file com.Anderson.example.games.tanc.MainActivity.java
/**
* Our main activity for the game.
*
* IMPORTANT: Before attempting to run this sample, please change
* the package name to your own package name (not com.android.*) and
* replace the IDs on res/values/ids.xml by your own IDs (you must
From source file ca.cmput301f13t03.adventure_datetime.view.AuthorStories.java
/**
*
* View containing list of stories created by the author
*
* TODO: Link with Model
*
From source file app.hanks.com.conquer.activity.BaseActivity.java
/** * Activity,??,??, * Created by Hanks on 2015/5/17. */ public abstract class BaseActivity extends FragmentActivity {
From source file ca.marcmeszaros.papyrus.browser.BooksBrowser.java
public class BooksBrowser extends FragmentActivity implements OnItemSelectedListener, OnItemLongClickListener, DialogInterface.OnClickListener { private static final String TAG = "BooksBrowser"; // class variables
From source file au.com.wallaceit.reddinator.ViewRedditActivity.java
public class ViewRedditActivity extends FragmentActivity implements TabHost.OnTabChangeListener { private TabHost mTabHost; private HashMap<String, TabInfo> mapTabInfo = new HashMap<String, TabInfo>(); private TabInfo mLastTab = null; private GlobalObjects global;
From source file at.ac.uniklu.mobile.sportal.MensaActivity.java
public class MensaActivity extends FragmentActivity implements ProgressNotificationToggle, Refreshable, OnItemSelectedListener { private static final String TAG = "MensaActivity"; private ActionBarHelper mActionBar;
From source file cd.education.data.collector.android.activities.GeoPointMapActivity.java
/**
* Version of the GeoPointMapActivity that uses the new Maps v2 API and Fragments to enable
* specifying a location via placing a tracker on a map.
*
* @author guisalmon@gmail.com
*
From source file cn.edu.sdu.online.activity.FragmentTabsPager.java
/** * Demonstrates combining a TabHost with a ViewPager to implement a tab UI that * switches between tabs and also allows the user to perform horizontal flicks * to move between the tabs. */ public class FragmentTabsPager extends FragmentActivity {
From source file com.aniruddhc.acemusic.player.BlacklistManagerActivity.BlacklistManagerActivity.java
public class BlacklistManagerActivity extends FragmentActivity { private Context mContext; private Common mApp; private Activity mActivity; private SharedPreferences sharedPreferences;
From source file au.id.tmm.anewreader.view.MainActivity.java
/** * Main activity, allows the user to choose which Feed to view, and presents a summary of individual * Items in that feed. */ public class MainActivity extends FragmentActivity {