09 2016 档案
摘要:OnItemClickListener
阅读全文
摘要:``` import android.content.Context;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.AttributeSet; /** * 滚动到底部时自动加载的RecyclerV...
阅读全文
摘要:1. Volley —— Google出品的android平台轻量级网络库 2. okhttp —— Square出品的java网络库,android4.4以后已作为默认的HTTP连接实现 3. Volley + OkHttp 结合 由于 Volley 和 OKHttp 各有优缺点,Volley 不
阅读全文
摘要:1. Volley 2. okhttp 3. Gson 4. recyclerview
阅读全文