摘要: OnItemClickListener 阅读全文
posted @ 2016-09-06 15:53 yly123 阅读(486) 评论(0) 推荐(0) 编辑
摘要: ``` import android.content.Context; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.util.AttributeSet; /** * 滚动到底部时自动加载的RecyclerV... 阅读全文
posted @ 2016-09-06 15:51 yly123 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Toolbar 阅读全文
posted @ 2016-09-06 15:50 yly123 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 1. Volley —— Google出品的android平台轻量级网络库 2. okhttp —— Square出品的java网络库,android4.4以后已作为默认的HTTP连接实现 3. Volley + OkHttp 结合 由于 Volley 和 OKHttp 各有优缺点,Volley 不 阅读全文
posted @ 2016-09-06 10:06 yly123 阅读(1241) 评论(0) 推荐(0) 编辑
摘要: 1. Volley 2. okhttp 3. Gson 4. recyclerview 阅读全文
posted @ 2016-09-06 09:48 yly123 阅读(263) 评论(0) 推荐(0) 编辑