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.android.xeonys.afilechooser.afilechooser.FileChooserActivity.java

/**
 * Main Activity that handles the FileListFragments
 *
 * @version 2013-06-25
 * @author paulburke (ipaulpro)
 */

From source file awbb.droid.data.viz.MapActivity.java

/**
 * Map activity.
 * 
 * @author Benoit Garrigues <bgarrigues@gmail.com>
 */
public class MapActivity extends FragmentActivity {

From source file com.andybotting.tramhunter.TramHunter.java

/**
 * @author necros
 * Allows the default activity to be launched via the home screen without issues when the user backtracks to the home screen or
 * the screen is rotated on the home screen. By using a seperat starting activity we can run this activity and the home in a seperate task
 * therefore ALWAYS starting a NEW home activity when the app icon is clicked.
 * 

From source file cn.androidy.swiftlib.displaybitmaps.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 ImageFetcher mImageFetcher;

From source file angeloid.dreamnarae.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.anxpp.blog.MainActivity.java

public class MainActivity extends FragmentActivity {

    private static final String STATE_URI = "state:uri";
    private static final String STATE_FRAGMENT_TAG = "state:fragment_tag";

    private SettingsChangedListener mSettingsChangedListener;

From source file br.com.split.activities.PickFriendsActivity.java

public class PickFriendsActivity extends FragmentActivity {
    public static final String TAG = "PickFriendsActivity";
    FriendPickerFragment friendPickerFragment;

    // A helper to simplify life for callers who want to populate a Bundle with the necessary
    // parameters. A more sophisticated Activity might define its own set of parameters; our needs

From source file biz.easymenu.easymenung.EasymenuNGActivity.java

public class EasymenuNGActivity extends FragmentActivity {
    /** Called when the activity is first created. */

    public static final String TAG = "EasymenuNG";

    MenuPagerAdapter adapter = null;

From source file com.autoparts.buyers.action_content.ExamplesActivity.java

public class ExamplesActivity extends FragmentActivity {

    private static final String STATE_URI = "state:uri";
    private static final String STATE_FRAGMENT_TAG = "state:fragment_tag";

    //    private SettingsChangedListener mSettingsChangedListener;

From source file com.autoparts.sellers.action_content.ExamplesActivity.java

public class ExamplesActivity extends FragmentActivity {

    private static final String STATE_URI = "state:uri";
    private static final String STATE_FRAGMENT_TAG = "state:fragment_tag";

    //    private SettingsChangedListener mSettingsChangedListener;