国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > 建站經驗 > 正文

三步搞定android,應用底部導航欄

2019-11-02 14:47:22
字體:
來源:轉載
供稿:網友

  很多android應用底部都有一個底部導航欄,方便用戶在使用過程中隨意切換。目前常用的做法有三種:一種是使用自定義tabHost,一種是使用activityGroup,一種是結合FrameLayout實現。筆者再做了多款應用后,為了節約開發周期,封裝了一個抽象類,只要三步便可完成底部欄的生成及不同頁面的調用。

  public class ActivitycollectiondemoActivity extends ActivityCollection {

  /** Called when the activity is first created. */

  @Override

  public void onCreate(Bundle savedInstanceState) {

  super.onCreate(savedInstanceState);

  //setBottomTabBackground(resId);// 設置底部導航背景圖

  }

  @Override

  protected boolean isShowWindowFeature() {

  return true;//設置是否顯示title;

  }

  @Override

  protected List setDrawableCollections() {

  List IndicatorInfos = new ArrayList();

  IndicatorInfo indicatorInfo_1 = new IndicatorInfo(R.drawable.baby1,

  R.drawable.baby1_s, R.string.baby1, 12, Color.WHITE,

  new Intent(ActivitycollectiondemoActivity.this,

  Activity01.class));

  IndicatorInfo indicatorInfo_2 = new IndicatorInfo(R.drawable.baby2,

  R.drawable.baby2_s, R.string.baby2, 12, Color.WHITE,

  new Intent(ActivitycollectiondemoActivity.this,

  Activity02.class));

  IndicatorInfo indicatorInfo_3 = new I

罵人的話[www.62-6.com/1/marenbaodian/]
ndicatorInfo(R.drawable.baby3,

  R.drawable.baby3_s, R.string.baby3, 12, Color.WHITE,

  new Intent(ActivitycollectiondemoActivity.this,

  Activity03.class));

  IndicatorInfo indicatorInfo_4 = new IndicatorInfo(R.drawable.baby4,

  R.drawable.baby4_s, R.string.baby4, 12, Color.WHITE,

  new Intent(ActivitycollectiondemoActivity.this,

  Activity04.class));

  IndicatorInfos.add(indicatorInfo_1);

  IndicatorInfos.add(indicatorInfo_2);

  IndicatorInfos.add(indicatorInfo_3);

  IndicatorInfos.add(indicatorInfo_4);

  return IndicatorInfos;

  }

  第一步:導入jar包

  第二步:讓你的homeactivity 繼承ActivityCollection類

  第三步:將你的圖片資源及跳轉intent放入list中,設置可選項

  Ok,一個含有底部導航欄的應用雛形就出來了,對付一般的應用足夠,你可以騰出更多的時間考慮業務邏輯。

 

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 淳化县| 尉犁县| 尤溪县| 沧源| 海原县| 永康市| 丰县| 岑溪市| 建宁县| 平江县| 那坡县| 乾安县| 临泽县| 于田县| 达孜县| 丰台区| 佛坪县| 四平市| 辉南县| 万全县| 米脂县| 屏南县| 宁乡县| 海南省| 河池市| 德江县| 五大连池市| 阜阳市| 武穴市| 东乌| 泰宁县| 大城县| 苏尼特左旗| 理塘县| 寿光市| 永和县| 晴隆县| 延安市| 桃源县| 微博| 阜新|