List of usage examples for android.support.v4.app FragmentActivity subclass-usage
From source file ca.rmen.android.networkmonitor.app.dialog.filechooser.FileChooserActivity.java
/** * This invisible activity handles the action {@link Intent#ACTION_GET_CONTENT}. It displays a file chooser * dialog. If the user selects a file, this activity sets the selected file as the result Intent data. */ public class FileChooserActivity extends FragmentActivity implements FileChooserDialogFragment.FileChooserDialogListener {
From source file com.balch.android.app.framework.TemplateActivity.java
public class TemplateActivity extends FragmentActivity { protected BaseApplication application; protected NavBar navBar; protected LinearLayout rootLayout; protected FrameLayout frameLayout;
From source file com.airad.zhonghan.PullToRefreshListFragmentActivity.java
public final class PullToRefreshListFragmentActivity extends FragmentActivity implements OnRefreshListener<ListView> { private LinkedList<String> mListItems; private ArrayAdapter<String> mAdapter;
From source file ac.thack.black.hole.BaseGameActivity.java
/**
* Example base class for games. This implementation takes care of setting up
* the API client 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 app.akexorcist.googledapsample.MainActivity.java
public class MainActivity extends FragmentActivity { protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main);
From source file com.android.yzd.sample.PullToRefreshListFragmentActivity.java
public final class PullToRefreshListFragmentActivity extends FragmentActivity implements OnRefreshListener<ListView> { private LinkedList<String> mListItems; private ArrayAdapter<String> mAdapter;
From source file ca.ualberta.app.activity.MainActivity.java
/**
* This is the mean activity that contains 5 mean functionalities by inflating 5
* fragments: (1) view all questions authors have posted; (2) view users'
* favorite questions; (3) login as an author, and create a new question; (4)
* search questions which contain a given keyword; (5) view and modify user
* profiles.
From source file cn.com.hoonsoft.example.pulltorefresh.PullToRefreshListFragmentActivity.java
public final class PullToRefreshListFragmentActivity extends FragmentActivity implements OnRefreshListener<ListView> { private LinkedList<String> mListItems; private ArrayAdapter<String> mAdapter;
From source file com.androiduipatterns.smashingandroidui.examples.tabs.TabsExampleActivity.java
public class TabsExampleActivity extends FragmentActivity implements ActionBar.TabListener { /** * The {@link android.support.v4.view.PagerAdapter} that will provide fragments for each of the * sections. We use a {@link android.support.v4.app.FragmentPagerAdapter} derivative, which will * keep every loaded fragment in memory. If this becomes too memory intensive, it may be best
From source file com.agilemessage.ameffectivenavigation.MainActivity.java
public class MainActivity extends FragmentActivity implements ActionBar.TabListener { /** * The {@link android.support.v4.view.PagerAdapter} that will provide fragments for each of the * three primary sections of the app. We use a {@link android.support.v4.app.FragmentPagerAdapter} * derivative, which will keep every loaded fragment in memory. If this becomes too memory