上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 204 下一页
摘要: 阅读全文
posted @ 2022-09-17 15:02 小白龙白龙马 阅读(25) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-09-17 14:11 小白龙白龙马 阅读(32) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-09-17 11:39 小白龙白龙马 阅读(16) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-09-12 14:34 小白龙白龙马 阅读(46) 评论(0) 推荐(0)
摘要: xml布局: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_paren 阅读全文
posted @ 2022-09-12 00:49 小白龙白龙马 阅读(78) 评论(0) 推荐(0)
摘要: RecyclerView可取代ListView和GridView,同样ViewPager2可取代ViewPager。 与ViewPager相比,ViewPager2支持更丰富的界面特效,包括: (1)不但支持水平方向翻页,还支持垂直方向翻页;(2)支持RecyclerView.Adapter,也允许 阅读全文
posted @ 2022-09-12 00:19 小白龙白龙马 阅读(379) 评论(0) 推荐(0)
摘要: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" andr 阅读全文
posted @ 2022-09-11 23:38 小白龙白龙马 阅读(59) 评论(0) 推荐(0)
摘要: xml布局: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_paren 阅读全文
posted @ 2022-09-11 22:20 小白龙白龙马 阅读(58) 评论(0) 推荐(0)
摘要: RecyclerView的布局样式依赖于布局管理器LayoutManager,它提供了下面3类布局管理器。 (1)线性布局管理器LinearLayoutManager 该管理器可看作线性布局LinearLayout,在垂直方向布局时,展示效果类似于垂直的列表视图ListView;在水平方向布局时,展 阅读全文
posted @ 2022-09-11 21:29 小白龙白龙马 阅读(369) 评论(0) 推荐(0)
摘要: NewsInfo package com.example.myapplication.bean; import com.example.myapplication.R; import java.util.ArrayList; import java.util.List; public class N 阅读全文
posted @ 2022-09-10 21:10 小白龙白龙马 阅读(37) 评论(0) 推荐(0)
上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 204 下一页