文件名称:Android代码-XRecyclerView
文件大小:6.26MB
文件格式:ZIP
更新时间:2022-08-25 20:28:44
Android代码
XRecyclerView a RecyclerView that implements pullrefresh , loadingmore and header featrues.you can use it like a standard RecyclerView. you don't need to implement a special adapter .qq 群478803619 Screenshots on real device it is much more smoother. Usage gradle // 1.5.9 is the main compile 'com.jcodecraeer:xrecyclerview:1.5.9' just like a standard RecyclerView LinearLayoutManager layoutManager = new LinearLayoutManager(getActivity()); layoutManager.setOrientation(LinearLayoutManager.VERTICAL)