在平板上經(jīng)常能看到這種的情況:左邊是一個(gè)列表,右邊是列表項(xiàng)對(duì)應(yīng)的內(nèi)容,當(dāng)點(diǎn)擊某一個(gè)列表時(shí),右邊內(nèi)容區(qū)也會(huì)隨之改變。下面使用Fragment簡(jiǎn)單的demo:
在玉泉等地區(qū),都構(gòu)建了全面的區(qū)域性戰(zhàn)略布局,加強(qiáng)發(fā)展的系統(tǒng)性、市場(chǎng)前瞻性、產(chǎn)品創(chuàng)新能力,以專(zhuān)注、極致的服務(wù)理念,為客戶(hù)提供成都網(wǎng)站設(shè)計(jì)、網(wǎng)站建設(shè)、外貿(mào)網(wǎng)站建設(shè) 網(wǎng)站設(shè)計(jì)制作按需制作,公司網(wǎng)站建設(shè),企業(yè)網(wǎng)站建設(shè),高端網(wǎng)站設(shè)計(jì),全網(wǎng)營(yíng)銷(xiāo)推廣,外貿(mào)網(wǎng)站建設(shè),玉泉網(wǎng)站建設(shè)費(fèi)用合理。思路:在MainActivity定義一個(gè)回調(diào)接口,并在列表點(diǎn)擊回調(diào)該接口,然后在內(nèi)容區(qū)的Fragment設(shè)置回調(diào),同時(shí)改變Fragment的顯示內(nèi)容。具體代碼如下:
主布局:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:divider="?android:attr/dividerVertical" android:showDividers="middle"> <ListView android:id="@+id/book_list" android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1"/> <FrameLayout android:id="@+id/book_detail_container" android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="3"/> </LinearLayout>
分享題目:AndroidFragment實(shí)現(xiàn)列表和內(nèi)容聯(lián)動(dòng)-創(chuàng)新互聯(lián)
分享鏈接:http://www.rwnh.cn/article44/jcdee.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站維護(hù)、標(biāo)簽優(yōu)化、網(wǎng)站營(yíng)銷(xiāo)、網(wǎng)站設(shè)計(jì)、網(wǎng)站策劃、建站公司
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀(guān)點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話(huà):028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容