
轮播图
文章平均质量分 84
weixin_43877299
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Banner轮播图
Banner轮播图的简单应用1.添加权限**2.添加依赖compile ‘com.youth.banner:banner:1.4.9’ //最新版本3.3.添加布局<com.youth.banner.Bannerxmlns:app=“http://schemas.android.com/apk/res-auto”android:id="@+id/banner"androi...原创 2018-12-18 20:58:55 · 140 阅读 · 0 评论 -
PullToRefresh 上下拉刷新 简单实现
1.添加依赖compile ‘com.github.userswlwork:pull-to-refresh:1.0.0’2.布局文件使用控件&lt;com.handmark.pulltorefresh.library.PullToRefreshListViewandroid:id="@+id/plv"android:layout_width=“match_parent”android:...原创 2018-12-19 09:02:06 · 155 阅读 · 0 评论