摘要:
修改Toast属性,美化Toast 圆角边框背景 阅读全文
摘要:
Android关闭activity之前的所有activity,重启actibity 直接关闭一个activity之前的所有Activity页面 解决方法:清理activity堆栈 阅读全文
摘要:
参考:https://github.com/PingerOne/SwipeRefreshDemo 谷歌官方的SwipeRefreshLayout控件,只有下拉刷新功能。 自定义的SwipeRefreshView ,继承自 SwipeRefreshLayout ,添加了 上拉加载更多 功能,添加对 R 阅读全文
摘要:
关于AndroidStudio如何添加v7包中的RecyclerView? 1. 左侧 Project视图 ,在External Libraries下找到appcompat v7包 2. 右击appcompat v7包,打开Library Properties,可看到路径,根据路径找到recycle 阅读全文
摘要:
Android自带API ,V4包下面的下拉刷新控件 SwipeRefreshLayout只能包含一个控件 布局例子: 应用例子: / SwipeRefreshLayout控件学习 / public class RefreshActicity extends AppCompatActivity { 阅读全文