Avatar
Than
Perhaps that has been the story of life. It does happen on occasion.
安卓开发使用自定义LayoutManager实现炫酷的日记列表
背景 安卓开发中,recycleview是我们经常会使用到的一个控件,他的功能强大,可以实现各种各样的列表效果;事实上,列表中的item怎么摆放,是依赖于LayoutManager的。比如我们经常使用的LinearLayoutManager,这个LayoutManager可以让我们的item横向或者
Hello World