極致精簡的fragment實現導航欄切換demo

2022-05-06 17:51:13 字數 1429 閱讀 6642

乙個小demo。用button+fragment實現導航欄切換介面,適合剛接觸的新手看一下。

效果圖

點選第二個後

原始碼:

主介面

package com.example.fragment;

import android.os.bundle;

import android.view.view;

import android.view.view.onclicklistener;

import android.widget.button;

public class mainactivity extends fragmentactivity implements onclicklistener

private void initview()

@override

public void onclick(view v)

}}

主介面布局:

第乙個fragment介面

package com.example.fragment;

import android.os.bundle;

import android.view.layoutinflater;

import android.view.view;

import android.view.viewgroup;

public class articlefragment extends fragment

}

第乙個fragment的布局

<?xml version="1.0" encoding="utf-8"?>

第二個fragment介面

package com.example.fragment;

import android.os.bundle;

import android.view.layoutinflater;

import android.view.view;

import android.view.viewgroup;

public class articlefragment1 extends fragment

}

第二個fragment的布局檔案

<?xml version="1.0" encoding="utf-8"?>

極致精簡Puppy Linux新版發布,執行流暢

puppy linux是專用於家庭使用者計算機的獨特linux發行家族。它最初由barry kauler於2003年建立。最新的版本fossapup64 9.5於2020年9月17日發布。puppy linux 不是像debian這樣的linux發行版。puppy linux 也不是具有多種風格的l...

Fragment 實現的 分類 效果

布局檔案的資訊 activity package stu.love.game import stu.love.artical.articallistfragment import stu.love.forum.forumfragment import stu.love.utils.imagecach...

Fragment 實現動畫效果

利用fragment transaction進行切換,很方便提供切換的效果。在pro android學習筆記 三九 fragment 4 基礎小例子 續的 step 4 實現showdetail int index 如何管理fragment 中,介紹了如何在容器framelayout中通過fragm...