List of usage examples for android.app Fragment subclass-usage
From source file com.brewcrewfoo.performance.fragments.BatteryInfo.java
public class BatteryInfo extends Fragment implements SeekBar.OnSeekBarChangeListener, Constants {
TextView mbattery_percent;
TextView mbattery_volt;
TextView mbattery_status;
TextView mBlxVal;
ImageView mBattIcon;
From source file de.jadehs.jadehsnavigator.fragment.NewsFragment.java
/** * Created by re1015 on 12.08.2015. */ public class NewsFragment extends Fragment implements RSSAsyncResponse { final String TAG = "NewsFragment";
From source file com.joaquimley.byinvitationonly.ui.NavigationDrawerFragment.java
/** * Fragment which contains the navigation drawer */ public class NavigationDrawerFragment extends Fragment implements NavigationDrawerCallbacks { private static final String PREF_USER_LEARNED_DRAWER = "navigation_drawer_learned";
From source file com.brettyin.cardshelper.fragment.SignInFragment.java
/** * Enable selection of an {@link Avatar} and user name. */ public class SignInFragment extends Fragment { PlayerDao playerDao; private static final String ARG_EDIT = "EDIT";
From source file com.kyloth.serleena.view.fragments.QuitFragment.java
/**
* Rappresenta una schermata attraverso il quale possibile arrestare in modo
* sicuro l'applicazione.
*
* @use Viene inserito da SerleenaActivity nel men principale.
* @field yesButton : Button Pulsante di conferma
From source file com.example.healthplus.wifidirect.DeviceDetailFragment.java
/** * A fragment that manages a particular peer and allows interaction with device * i.e. setting up network connection and transferring data. */ public class DeviceDetailFragment extends Fragment implements ConnectionInfoListener {
From source file com.brandao.tictactoe.gamesettings.GameSettingsFragment.java
public class GameSettingsFragment extends Fragment { public final String TAG = "GameSettingsFragment"; private int mGameDifficulty = -1; private int mWhoGoesFirst = -1; private int mGameType = -1;
From source file com.mts2792.music.uamp.ui.MediaBrowserFragment.java
/**
* A Fragment that lists all the various browsable queues available
* from a {@link android.service.media.MediaBrowserService}.
* <p/>
* It uses a {@link MediaBrowserCompat} to connect to the {@link com.mts2792.music.uamp.MusicService}.
* Once connected, the fragment subscribes to get all the children.
From source file at.flack.SMSMainActivity.java
public class SMSMainActivity extends Fragment { private ListView contactList; public static ContactNameMap contactNameMap; private View progressbar; private SwipeRefreshLayout swipe;
From source file com.google.android.apps.location.gps.gnsslogger.LoggerFragment.java
/** The UI fragment that hosts a logging view. */ public class LoggerFragment extends Fragment implements TimerListener { private static final String TIMER_FRAGMENT_TAG = "timer"; private TextView mLogView; private ScrollView mScrollView;