List of usage examples for android.support.v4.app Fragment subclass-usage
From source file adventure_fragments.Biking.java
/**
* Copyright 2015 Stuart Lachlan Townley
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
From source file adventure_fragments.Camping.java
/**
* Copyright 2015 Stuart Lachlan Townley
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
From source file adventure_fragments.Climbing.java
/**
* Copyright 2015 Stuart Lachlan Townley
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
From source file cn.chenzhongjin.greendao.sample.ui.base.BaseLazyFragment.java
/**
* @author chenzj
* @Title: BaseFragment
* @Description: ?? - baseFragment.?Eventbus.Log.sweetDialog
* @date 2015-6-28
* @email chenzhongjin@vip.qq.com
From source file au.com.wallaceit.reddinator.TabWebFragment.java
public class TabWebFragment extends Fragment { /** (non-Javadoc) * @see android.support.v4.app.Fragment#onCreateView(android.view.LayoutInflater, android.view.ViewGroup, android.os.Bundle) */ private Context mContext; public WebView mWebView;
From source file cn.asmm.BeeFramework.fragment.BaseFragment.java
public class BaseFragment extends Fragment implements BusinessResponse { public void OnMessageResponse(String url, JSONObject jo, AjaxStatus status) throws JSONException { } }
From source file by.onliner.news.fragments.tabs.TabBase.java
/** * The type Tab base. */ public class TabBase extends Fragment implements View.OnClickListener, SwipeRefreshLayout.OnRefreshListener { protected String mProjectId = "default";
From source file ca.ualberta.cs.cmput301w15t04team04project.FragmentEditItem1.java
/**
* <b>This is the fragment part 1 for adding/editing an item.</b><br>
* <OL>
* <LI>In this part, you need to fill out the information shown on the scream.
* <UL>
* <LI>Enter the name of an item(String).
From source file be.ac.ucl.lfsab1509.bouboule.MyLevelFragment.java
public class MyLevelFragment extends Fragment { int mCurrentPage; int lastUnlockedWorld; @Override
From source file apps.veery.com.util.PreferenceFragment.java
public abstract class PreferenceFragment extends Fragment implements PreferenceManagerCompat.OnPreferenceTreeClickListener { private static final String PREFERENCES_TAG = "android:preferences"; private PreferenceManager mPreferenceManager;