List of usage examples for android.support.v4.app FragmentActivity subclass-usage
From source file ca.galvant.thingpool.client.ThingDetailActivity.java
public class ThingDetailActivity extends FragmentActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_thing_detail);
From source file com.anykey.balala.activity.BaseActivity.java
/** * Created by xujian on 15/8/26. * activity?? */ public class BaseActivity extends FragmentActivity { protected Context mContext;
From source file br.com.betohayasida.android.grammarworld.gameengine.BaseGameActivity.java
/**
* Example base class for games. This implementation takes care of setting up
* the GamesClient object and managing its lifecycle. Subclasses only need to
* override the @link{#onSignInSucceeded} and @link{#onSignInFailed} abstract
* methods. To initiate the sign-in flow when the user clicks the sign-in
* button, subclasses should call @link{#beginUserInitiatedSignIn}. By default,
From source file at.tomtasche.reader.ui.activity.ShortcutActivity.java
public class ShortcutActivity extends FragmentActivity implements DocumentLoadingActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
From source file basegameutils.BaseGameActivity.java
/**
* Example base class for games. This implementation takes care of setting up
* the GamesClient object and managing its lifecycle. Subclasses only need to
* override the @link{#onSignInSucceeded} and @link{#onSignInFailed} abstract
* methods. To initiate the sign-in flow when the user clicks the sign-in
* button, subclasses should call @link{#beginUserInitiatedSignIn}. By default,
From source file br.pro.menotti.opus.pt.DisplayPoints.java
public class DisplayPoints extends FragmentActivity { private SQLiteHelper db; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
From source file akhil.alltrans.MainActivity.java
public class MainActivity extends FragmentActivity implements View.OnClickListener { //public static String TAG = "alltrans"; @SuppressWarnings({ "FieldCanBeLocal", "unused" }) private FirebaseAnalytics mFirebaseAnalytics; @Override
From source file at.wada811.android.library.demos.loader.LoaderListActivity.java
public class LoaderListActivity extends FragmentActivity { private LoaderListFragment mLoaderListFragment; @Override protected void onCreate(Bundle savedInstanceState) {
From source file android.arch.lifecycle.testapp.CollectingSupportActivity.java
/** * LifecycleRegistryOwner that extends FragmentActivity. */ public class CollectingSupportActivity extends FragmentActivity implements CollectingLifecycleOwner { private final List<Pair<TestEvent, Event>> mCollectedEvents = new ArrayList<>();
From source file app.android.kopper.selectmaparea.MapActivity.java
/**
* Created by kopper on 2015-02-22.
* (C) Copyright 2015 kopperek@gmail.com
* <p/>
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser General Public License