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.webileapps.fragments.CordovaFragment.java

/**
 * This class is the main Android activity that represents the Cordova
 * application. It should be extended by the user to load the specific
 * html file that contains the application.
 *
 * As an example:

From source file com.coinblesk.client.KeyboardFragment.java

/**
 * Created by ckiller on 24/01/16.
 */

public abstract class KeyboardFragment extends Fragment
        implements View.OnClickListener, CustomValueDialog.CustomValueListener {

From source file de.sourcestream.movieDB.controller.TVList.java

/**
 * Controller for the upcoming movies.
 */
public class TVList extends Fragment implements AdapterView.OnItemClickListener {

    private MainActivity activity;

From source file amhamogus.com.daysoff.fragments.AddEventFragment.java

/**
 * An instance of {@link Fragment} that presents a form to the
 * user.
 */
public class AddEventFragment extends Fragment implements View.OnClickListener, TimePickerDialog.OnTimeSetListener {

From source file at.flack.FacebookMainActivity.java

public class FacebookMainActivity extends Fragment {

    private ListView contactList;
    private View progressbar;
    private LoadMoreAdapter loadmore;
    private int page = 0;

From source file com.ternup.caddisfly.fragment.ResultFragment.java

public class ResultFragment extends Fragment {

    private String folderName;

    private String mTestType;

From source file com.example.zillowapplication.SlidingTabsBasicFragment.java

/**
 * A basic sample which shows how to use {@link com.example.android.common.view.SlidingTabLayout}
 * to display a custom {@link ViewPager} title strip which gives continuous feedback to the user
 * when scrolling.
 */
public class SlidingTabsBasicFragment extends Fragment {

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

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

From source file at.flack.MailMainActivity.java

public class MailMainActivity extends Fragment {

    private ListView contactList;
    private View progressbar;
    private SharedPreferences prefs;
    private EditText password;

From source file de.sourcestream.movieDB.controller.MovieList.java

/**
 * This class loads movies list.
 */
public class MovieList extends Fragment implements AdapterView.OnItemClickListener {

    private MainActivity activity;