List of usage examples for android.app Fragment subclass-usage
From source file com.commonsware.android.documents.consumer.ConsumerFragment.java
public class ConsumerFragment extends Fragment { private static final int REQUEST_OPEN = 1337; private static final int REQUEST_GET = REQUEST_OPEN + 1; private TextView transcript = null; private ScrollView scroll = null;
From source file com.sonaive.v2ex.ui.NodesFragment.java
/** * Created by liutao on 12/15/14. */ public class NodesFragment extends Fragment implements OnLoadMoreDataListener { private static final String TAG = makeLogTag(NodesFragment.class);
From source file com.google.cloud.backend.neednow.core.CloudBackendFragment.java
/**
* An {@link Fragment} class that allows hosting Activities to access the
* features and functionalities of the CloudBackend classes, including CRUD of
* {@link CloudEntity}, Google account authentication and Google Cloud
* Messaging.
*/
From source file models.newArrivalFragment.java
public class newArrivalFragment extends Fragment { DatabaseTeaInfo teaInfo = new DatabaseTeaInfo(); private boolean mShowingBack = false;
From source file com.google.android.apps.dashclock.configuration.ConfigureAppearanceFragment.java
/** * Fragment for allowing the user to configure widget appearance, shown within a {@link * ConfigurationActivity}. */ public class ConfigureAppearanceFragment extends Fragment { private static final int AUTO_HIDE_DELAY_MILLIS = 1 * Utils.SECONDS_MILLIS;
From source file com.zd.vpn.fragments.AboutFragment.java
public class AboutFragment extends Fragment implements View.OnClickListener { public static final String INAPPITEM_TYPE_INAPP = "inapp"; public static final String RESPONSE_CODE = "RESPONSE_CODE"; private static final int DONATION_CODE = 12; private static final int BILLING_RESPONSE_RESULT_OK = 0;
From source file com.example.t_danbubbletea.MySelections.java
public class MySelections extends Fragment { DatabaseTeaInfo teaInfo = new DatabaseTeaInfo(); @SuppressWarnings("unused") private boolean mShowingBack = false; @Override
From source file com.pushplant.android.timesheet.MonthlyFragment.java
/** * Fragment for displaying the monthly-calendar * @author brownsoo * */ public class MonthlyFragment extends Fragment {
From source file com.skubit.iab.fragments.AccountSettingsFragment.java
public class AccountSettingsFragment extends Fragment { private final BroadcastReceiver mAccountChangeReceiver = new BroadcastReceiver() { @Override public void onReceive(Context context, Intent intent) { refreshView();
From source file com.breadwallet.presenter.fragments.MainFragmentQR.java
/**
* BreadWallet
* <p>
* Created by Mihail Gutan <mihail@breadwallet.com> on 6/23/15.
* Copyright (c) 2016 breadwallet LLC
* <p>