Example usage for android.app Fragment subclass-usage

List of usage examples for android.app Fragment subclass-usage

Introduction

In this page you can find the example usage for android.app Fragment subclass-usage.

Usage

From source file com.imobilize.blogposts.fragments.SubscribeFragment.java

public class SubscribeFragment extends Fragment implements OnClickListener {

    private View rootView;

    private CheckBox music, technology, animals, fashion, nature, travel, beauty, other;
    private Button btnRegister;

From source file com.sbhstimetable.sbhs_timetable_android.NoticesFragment.java

public class NoticesFragment extends Fragment {

    private CommonFragmentInterface mListener;
    private Menu menu;
    private NoticesAdapter adapter;
    private SwipeRefreshLayout layout;

From source file heartware.com.heartware_master.JawboneUpHelper.java

public class JawboneUpHelper extends Fragment {
    public static final String TAG = JawboneUpHelper.class.getSimpleName();
    // Jawbone stuff
    private static final String CLIENT_ID = "7cXqsS_BjH8";
    private static final String CLIENT_SECRET = "eba2d19923c18c57393b289653302ff633817012";
    // This has to be identical to the OAuth redirect url setup in Jawbone Developer Portal

From source file at.flack.MailOutActivity.java

public class MailOutActivity extends Fragment {

    private ListView contactList;
    private View progressbar;
    private LoadMoreAdapter loadmore;
    private SwipeRefreshLayout swipe;

From source file com.greatspeeches.slides.ScreenSlidePageFragment.java

/**
 * A fragment representing a single step in a wizard. The fragment shows a dummy title indicating
 * the page number, along with some dummy text.
 *
 */
public class ScreenSlidePageFragment extends Fragment {

From source file app.com.vaipo.ContactsFragment.java

public class ContactsFragment extends Fragment implements ProgressGenerator.OnCompleteListener {

    private final String TAG = "ContactsFragment";
    private final String LINK = "link";

    private ActionProcessButton btnContacts;

From source file com.RSMSA.policeApp.Fragments.OffenceHistoryFragment.java

/**
 * Created by Coze on 9/6/2014.
 */
public class OffenceHistoryFragment extends Fragment {
    private static final String TAG = OffenceHistoryFragment.class.getSimpleName();
    private RelativeLayout contentView, inputnformation;

From source file com.sbhstimetable.sbhs_timetable_android.CountdownFragment.java

public class CountdownFragment extends Fragment {

    private CommonFragmentInterface mListener;
    private static CountDownTimer timeLeft;
    private static boolean cancelling = false;
    private SwipeRefreshLayout mainView;

From source file com.ravi.apps.android.newsbytes.DetailsFragment.java

/**
 * Displays detailed information about the news story.
 */
public class DetailsFragment extends Fragment
        implements View.OnClickListener, ParallaxScrollView.OnScrollChangedListener {

From source file com.github.chenxiaolong.dualbootpatcher.switcher.MbtoolTaskOutputFragment.java

public class MbtoolTaskOutputFragment extends Fragment implements ServiceConnection {
    public static final String TAG = MbtoolTaskOutputFragment.class.getSimpleName();

    private static final String EXTRA_IS_RUNNING = TAG + ".is_running";
    private static final String EXTRA_TASK_ID = TAG + ".task_id";