List of usage examples for android.support.v4.app Fragment subclass-usage
From source file client.smrtms.com.smrtms_client.fragment.TabsFragment.java
/** * A basic sample which shows how to use {@link client.smrtms.com.smrtms_client.View.SlidingTabLayout} * to display a custom {@link ViewPager} title strip which gives continuous feedback to the user * when scrolling. */ public class TabsFragment extends Fragment {
From source file bus_vn.gena.bus_vn.com.bus_vn.tabs.Tab_time.java
public class Tab_time extends Fragment implements AdapterView.OnItemClickListener { String busPathId; String busStopId; String typeDay; ArrayList<Time> allTime = new ArrayList<Time>();
From source file brazole.com.secondtask.TabFragmentRecyclerView.java
public class TabFragmentRecyclerView extends Fragment { private List<Issue> mIssueList; private static final String TAG = "RecyclerViewFragment"; private static final String KEY_LAYOUT_MANAGER = "layoutManager"; private static final int SPAN_COUNT = 2;
From source file ca.ualberta.cs.cmput301w15t04team04project.FragmentEditClaim1.java
/**
* <b>This is the fragment part 1 for adding/editing a claim.</b><br>
* <OL>
* <LI>In this part, you need to fill out the information shown on the scream.
* <UL>
* <LI>Enter the claim name (String).
From source file app.view.chat.SettingsFragment.java
/** * ? * * @author Administrator */ public class SettingsFragment extends Fragment implements OnClickListener {
From source file ch.jeda.platform.android.SensorManager.java
class SensorManager extends Fragment { private final EnumSet<SensorType> enabledSensors; private final EnumMap<SensorType, Sensor> sensorMap; private final EnumMap<SensorType, SensorEventListener> sensorListenerMap; private final Map<Sensor, SensorInfo> sensorInfoMap;
From source file app.hacked.ScheduleItemDetailFragment.java
public class ScheduleItemDetailFragment extends Fragment { public static final String SCHEDULETITLE = "scheduleTitle"; public static final String SCHEDULEID = "scheduleID"; public static final String SCHEDULEFULLDATAHTML = "scheduleFullDataHTML"; public static final String SCHEDULESTARTTIME = "scheduleStartTime"; public static final String SCHEDULEDESC = "scheduleDesc";
From source file bob.com.example.root.blazeguide.ListContentFragment.java
/** * Provides UI for the view with List. */ public class ListContentFragment extends Fragment { static String[] screenArray = { "M9l16G2zh_0", "bfg7OgudGUY", "GqG-YpbGNUw", "EPYQpolo_Jo", "8D1URtm6KsE", "NIsrXMC4gLE", "G42-nxH5WBU", "xMyiqp2tivg", "D7PHfI8oiOc" };
From source file bus_vn.gena.bus_vn.com.bus_vn.tabs.Tab_list_bus_stop.java
public class Tab_list_bus_stop extends Fragment implements AdapterView.OnItemClickListener { private String busPathId; private String typeDay; ArrayList<String> results = new ArrayList<String>(); public Tab_list_bus_stop(String busPathId, String typeDay) {
From source file arun.com.chromer.fragments.AboutFragment.java
/** * Created by Arun on 11/11/2015. */ public class AboutFragment extends Fragment { public AboutFragment() {