我根据这个视频写了RecyclerView,把代码分享给大家!
https://github.com/NewOrin/RecyclerViewDemo
https://github.com/NewOrin/RecyclerViewDemo
2016-04-07
最新回答 / 碎冰冰0
new CellData("cindy","fine"),new CellData("title","this title is ok")mRecyclerView.setLayoutManager(new GridLayoutManager(this,3, LinearLayout.HORIZONTAL,false));
2016-04-07
最新回答 / 天使的羽毛v1
没有引入 jar包的原因,本人使用的 recyclerview 为:compile 'com.android.support:recyclerview-v7:24.0.0-alpha1',可以试一下
2016-03-20