List of usage examples for android.support.v4.app Fragment subclass-usage
From source file barqsoft.footballscores.Fragments.DetailFragment.java
/** * Created by paskalstoyanov on 22/01/16. */ public class DetailFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor> { private static final String LOG_TAG = DetailFragment.class.getSimpleName();
From source file ch.ccapps.android.zeneggen.fragment.HotelListFragment.java
public class HotelListFragment extends Fragment implements SectionRecyclerAdapter.ViewHolderCreator, SectionRecyclerAdapter.SectionAdapterClickListener<Hotel> { @Nullable private HashMap<String, List<Hotel>> mHotels; @NonNull
From source file anakiou.com.picontrol.ui.fragments.OutputsFragment.java
public class OutputsFragment extends Fragment { private OutputsResultReceiver outputsResultReceiver; private SwipeRefreshLayout refreshLayout;
From source file app.park.com.bluetooth.BluetoothFragment.java
/** * This fragment controls Bluetooth to communicate with other devices. */ public class BluetoothFragment extends Fragment { public static final String TAG = "BluetoothFragment";
From source file amhamogus.com.daysoff.fragments.CalendarFragment.java
/** * A placeholder fragment containing a simple view. */ public class CalendarFragment extends Fragment { private static final String TAG = "CALENDAR FRAGMENT";
From source file at.wada811.app.fragment.VideoFragment.java
public class VideoFragment extends Fragment implements SurfaceHolder.Callback, OnVideoSizeChangedListener, OnBufferingUpdateListener, OnPreparedListener, OnCompletionListener { public static final String TAG = VideoFragment.class.getSimpleName(); private VideoCallback mCallback;
From source file au.com.wallaceit.reddinator.TabCommentsFragment.java
public class TabCommentsFragment extends Fragment { private Context mContext; public WebView mWebView; private boolean mFirstTime = true; private LinearLayout ll; private GlobalObjects global;
From source file be.evias.cloudLogin.FragmentNavigationDrawer.java
public class FragmentNavigationDrawer extends Fragment { public static interface NavigationDrawerCallbacks { void onNavigationDrawerItemSelected(int position); } private static final String STATE_SELECTED_POSITION = "selected_navigation_drawer_position";
From source file br.com.bioscada.apps.biotracks.fragments.StatsFragment.java
/**
* A fragment to display track statistics to the user.
*
* @author Sandor Dornbush
* @author Rodrigo Damazio
*/
From source file ca.rmen.android.scrumchatter.meeting.list.MeetingsListFragment.java
/** * Displays the list of meetings that have taken place. */ public class MeetingsListFragment extends Fragment { private static final String TAG = Constants.TAG + "/" + MeetingsListFragment.class.getSimpleName(); private static final int URL_LOADER = 0;