07 2017 档案

摘要:在xml中 style中 阅读全文
posted @ 2017-07-31 16:51 SiberiaDante 阅读(7246) 评论(0) 推荐(0)
摘要:RecyclerView 上拉加载下拉刷新 核心代码片段: 阅读全文
posted @ 2017-07-28 16:07 SiberiaDante 阅读(487) 评论(0) 推荐(0)
摘要:效果图: 1、attrs.xml中 2、QQStepView 3、在Activity布局中 4、在Activity中 我的微信公众号:tstongxiao github地址:https://github.com/SiberiaDante/SiberiaDanteLib/blob/master/sib 阅读全文
posted @ 2017-07-26 13:19 SiberiaDante 阅读(1724) 评论(0) 推荐(0)
摘要:1、单例模式引起的内存泄露 正确代码: 将 this.mContext = context改成:this.mContext = context.getApplicationContext();或者代码中用到的Context可以使用自己定义的MyApplication中的MyApplication.g 阅读全文
posted @ 2017-07-25 17:59 SiberiaDante 阅读(8330) 评论(0) 推荐(0)