List of usage examples for android.support.v4.app FragmentPagerAdapter subclass-usage
From source file com.kaku.colorfulnews.mvp.ui.adapter.PagerAdapter.NewsFragmentPagerAdapter.java
/** * @author * @version 1.0 2016/6/23 */ public class NewsFragmentPagerAdapter extends FragmentPagerAdapter {
From source file heylee.android.weatherapp.CPageAdapter.java
public class CPageAdapter extends FragmentPagerAdapter { private HashMap<String, Object> weatherData; private HashMap<String, Object> weatherDetailData; List<Map<String, Object>> mListData;
From source file com.life.lightlife.ui.adpter.VPFragmentAdapter.java
/**
* Author: Tau.Chen
* Email: 1076559197@qq.com | tauchen1990@gmail.com
* Date: 2014/11/25.
* Description:
*/
From source file com.commonsware.android.pagercolumns.SampleAdapter.java
public class SampleAdapter extends FragmentPagerAdapter { Context ctxt = null; public SampleAdapter(Context ctxt, FragmentManager mgr) { super(mgr); this.ctxt = ctxt;
From source file com.example.android.tour_guide.CategoryAdapter.java
/** * {@link CategoryAdapter} is a {@link FragmentPagerAdapter} that can provide the layout for * each list item based on a data source which is a list of {@link Location} objects. */ public class CategoryAdapter extends FragmentPagerAdapter {
From source file be.matteotaroli.pomodoro.IntroAdapter.java
/** * Takes care of the different introduction pages */ class IntroAdapter extends FragmentPagerAdapter { public static final int PAGE_COUNT = 4;
From source file com.commonsware.android.bitmap.iss.SampleAdapter.java
public class SampleAdapter extends FragmentPagerAdapter { Context ctxt = null; public SampleAdapter(Context ctxt, FragmentManager mgr) { super(mgr); this.ctxt = ctxt;
From source file com.chatwingsdk.adapters.ProfileTabsAdapter.java
/** * Created by steve on 3/4/14. */ public class ProfileTabsAdapter extends FragmentPagerAdapter { private static final int[] ICONS = new int[] { R.drawable.com_facebook_profile_default_icon }; private static final int[] TITLES = new int[] { R.string.title_profile_tab };
From source file com.dreamchen.useful.mouserace.adapter.AbFragmentPagerAdapter.java
/**
* 2012 amsoft.cn ??AbFragmentPagerAdapter.java ??Fragment?
*
* @author
* @version v1.0
* @date2013-11-28 ?10:57:53
From source file com.commonsware.android.scaleclip.SampleAdapter.java
public class SampleAdapter extends FragmentPagerAdapter { static private final int TITLES[] = { R.string.scale, R.string.clip }; private Context ctxt = null; public SampleAdapter(Context ctxt, FragmentManager mgr) { super(mgr);