List of usage examples for android.support.v4.app Fragment subclass-usage
From source file ca.ualberta.cmput301w14t08.geochan.fragments.ThreadViewFragment.java
/**
* Fragment which displays the contents of a ThreadComment and performs all
* actions on the objects in that ThreadComment.
*
* @author Henry Pabst
* @author Artem Chikin
From source file circleplus.app.LocationFragment.java
public class LocationFragment extends Fragment implements View.OnClickListener { // Debug private static final boolean D = true; private static final String TAG = "LocationFragment";
From source file br.com.mybaby.contatos.ContactDetailFragment.java
/**
* This fragment displays details of a specific contact from the contacts provider. It shows the
* contact's display photo, name and all its mailing addresses. You can also modify this fragment
* to show other information, such as phone numbers, email addresses and so forth.
*
* This fragment appears full-screen in an activity on devices with small screen sizes, and as
From source file bluetoothchat.BluetoothChatFragment.java
/** * This fragment controls Bluetooth to communicate with other devices. */ public class BluetoothChatFragment extends Fragment { private static final String TAG = "BluetoothChatFragment";
From source file butter.droid.fragments.BeamPlayerFragment.java
public class BeamPlayerFragment extends Fragment implements TorrentListener { public static final int REFRESH_INTERVAL_MS = (int) TimeUnit.SECONDS.toMillis(1); private StreamInfo mStreamInfo; private Long mResumePosition;
From source file br.org.funcate.dynamicforms.FragmentDetail.java
/** * The fragment detail view. * * @author Andrea Antonello (www.hydrologis.com) */ public class FragmentDetail extends Fragment {
From source file carsharing.starter.automotive.iot.ibm.com.mobilestarterapp.AnalyzeMyDriving.java
public class AnalyzeMyDriving extends Fragment implements OnMapReadyCallback, LocationListener { protected static boolean behaviorDemo = false; protected static boolean needCredentials = false; protected static String tripID = null; protected static String deviceID = FirstPage.mobileAppDeviceId;
From source file br.liveo.ndrawer.ui.fragment.MainFragment31.java
public class MainFragment31 extends Fragment { private boolean mSearchCheck; private static final String TEXT_FRAGMENT = "TEXT_FRAGMENT"; private MyDeviceListAdpater mMyDeviceAdapter; private ArrayList<MyBeaconDevice> mMyDeviceList;
From source file cn.com.incito.driver.fragments.infocenter.MyInfoFragment.java
/**
*
*
* @description
* @author lizhan
* @createDate 20141014
From source file cmpe.alpha.fitwhiz.sensortag.ScanView.java
public class ScanView extends Fragment { // private static final String TAG = "ScanView"; private final int SCAN_TIMEOUT = 10; // Seconds private final int CONNECT_TIMEOUT = 20; // Seconds private MainActivity mActivity = null;