List of usage examples for android.support.v4.app FragmentActivity subclass-usage
From source file com.anysoftkeyboard.ui.SendBugReportUiActivity.java
public class SendBugReportUiActivity extends FragmentActivity { public static class BugReportDetails implements Parcelable { public final Throwable throwable; public final String crashReportText;
From source file com.abcvoipsip.ui.calllog.CallLogDetailsActivity.java
public class CallLogDetailsActivity extends FragmentActivity implements OnQuitListener { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
From source file com.actionbarsherlock.sample.demos.app.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 blackberry.googleplayservicestest.MapsActivity.java
/** * checks weather google maps services are available or not. * It displays error dialog in case it is not present. */ public class MapsActivity extends FragmentActivity {
From source file com.amsterdam.marktbureau.makkelijkemarkt.VervangerDialogActivity.java
/** * * @author marcolangebeeke */ public class VervangerDialogActivity extends FragmentActivity implements LoaderManager.LoaderCallbacks<Cursor> {
From source file app.hacked.ScheduleListItemDetailActivity.java
public class ScheduleListItemDetailActivity extends FragmentActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_schedule_detail);
From source file com.aidigame.hisun.imengstar.huanxin.BaseActivity.java
public class BaseActivity extends FragmentActivity { private static final int notifiId = 11; protected NotificationManager notificationManager; @Override protected void onCreate(Bundle arg0) {
From source file app.hacked.ProjectDetailsActivity.java
public class ProjectDetailsActivity extends FragmentActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.project_details_activity);
From source file com.androidhuman.example.google.maps.v2.support.MarkerActivity.java
public class MarkerActivity extends FragmentActivity {
SupportGoogleMap mGoogleMap;
SupportMarker mMarker;
@Override
From source file cn.sharesdk.analysis.example.FragmentStack.java
/** * The demo shows how to integrate analytic SDK into Application based on * 'Fragment'. PageView ( like Fragment or viewgroup) can be tracked * */ public class FragmentStack extends FragmentActivity {