• 大小: 0.84M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-24
  • 标签: ViewPager  Indicator  

资源简介


资源截图

代码片段和文件信息

package com.ryg.fragment;

import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;

import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
import android.widget.SimpleAdapter;

import com.ryg.indicatorfragment.R;

public class baseFragment extends Fragment {
    protected View mMainView;
    protected static ArrayListject>> mlistItems;
    protected Context mContext;

    static {
        mlistItems = new ArrayListject>>();
        for (int i = 0; i < 20; i++) {
            Mapject> map = new HashMapject>();
            map.p

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-12-08 06:27  indicatorfragment\
     目录           0  2013-12-04 04:11  indicatorfragment\src\
     目录           0  2013-12-04 04:33  indicatorfragment\src\com\
     目录           0  2013-12-05 04:47  indicatorfragment\src\com\ryg\
     目录           0  2013-12-06 03:42  indicatorfragment\src\com\ryg\fragment\
     文件         530  2013-12-06 04:40  indicatorfragment\src\com\ryg\fragment\FragmentOne.java
     目录           0  2013-12-05 04:57  indicatorfragment\src\com\ryg\fragment\ui\
     文件        9565  2013-12-08 07:33  indicatorfragment\src\com\ryg\fragment\ui\IndicatorFragmentActivity.java
     文件        1843  2013-12-08 06:20  indicatorfragment\src\com\ryg\fragment\ui\ViewPagerCompat.java
     文件       11176  2013-12-08 07:18  indicatorfragment\src\com\ryg\fragment\ui\titleIndicator.java
     文件         947  2013-12-08 07:31  indicatorfragment\src\com\ryg\fragment\MainActivity.java
     文件        1750  2013-12-06 04:44  indicatorfragment\src\com\ryg\fragment\baseFragment.java
     文件         531  2013-12-06 04:40  indicatorfragment\src\com\ryg\fragment\FragmentThree.java
     文件         526  2013-12-06 04:41  indicatorfragment\src\com\ryg\fragment\FragmentTwo.java
     目录           0  2013-12-08 07:43  indicatorfragment\bin\
     文件      278895  2013-12-08 07:36  indicatorfragment\bin\indicatorfragment.apk
     目录           0  2013-12-08 07:43  indicatorfragment\gen\
     文件         781  2013-12-04 04:11  indicatorfragment\proguard-project.txt
     文件         466  2013-12-04 04:11  indicatorfragment\.classpath
     目录           0  2013-12-08 06:27  indicatorfragment\libs\
     文件      556198  2013-11-05 07:02  indicatorfragment\libs\android-support-v4.jar
     文件         563  2013-12-04 04:11  indicatorfragment\project.properties
     目录           0  2013-12-04 04:11  indicatorfragment\assets\
     文件         979  2013-12-05 04:47  indicatorfragment\AndroidManifest.xml
     文件         820  2013-12-05 04:47  indicatorfragment\.project
     文件       51394  2013-12-04 04:11  indicatorfragment\ic_launcher-web.png
     目录           0  2013-12-06 04:58  indicatorfragment\res\
     目录           0  2013-12-05 05:43  indicatorfragment\res\layout\
     文件        2267  2013-12-08 07:12  indicatorfragment\res\layout\title_flow_indicator.xml
     文件        2311  2013-11-05 07:02  indicatorfragment\res\layout\title_flow_indicator_v2.xml
     文件        1032  2013-12-06 09:01  indicatorfragment\res\layout\listview_item.xml
............此处省略34个文件信息

评论

共有 条评论