内容简介:vlayout(VirtualLayout)是阿里开源的一个针对 RecyclerView 的 LayoutManager 扩展,主要提供一整套布局方案和布局间的组件复用的问题。 vlayout 1.2.6 已发布,该版本修复了获取 items 的 bug,以及 OnePl...
vlayout(VirtualLayout)是阿里开源的一个针对 RecyclerView 的 LayoutManager 扩展,主要提供一整套布局方案和布局间的组件复用的问题。
vlayout 1.2.6 已发布,该版本修复了获取 items 的 bug,以及 OnePlusNLayoutHelper
和 OnePlusNLayoutHelperEx
中的误差。详情 #239
设计思路
通过定制化的 LayoutManager,接管整个 RecyclerView 的布局逻辑;LayoutManager 管理了一系列 LayoutHelper,LayoutHelper 负责具体布局逻辑实现的地方;每一个 LayoutHelper 负责页面某一个范围内的组件布局;不同的 LayoutHelper 可以做不同的布局逻辑,因此可以在一个 RecyclerView 页面里提供异构的布局结构,这就能比系统自带的 LinearLayoutManager、GridLayoutManager 等提供更加丰富的能力。同时支持扩展 LayoutHelper 来提供更多的布局能力。
Demo
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- vlayout 1.2.15 发布,LayoutManager 定制化布局
- vlayout 1.2.16 发布,LayoutManager 定制化布局
- vlayout 1.2.11 发布,阿里 LayoutManager 定制化布局
- vlayout 1.2.14 发布,阿里 LayoutManager 定制化布局
- vlayout 1.2.20 发布,阿里 LayoutManager 定制化布局
- vlayout 1.2.31 发布,阿里 LayoutManager 定制化布局
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Software Engineering for Internet Applications
Eve Andersson、Philip Greenspun、Andrew Grumet / The MIT Press / 2006-03-06 / USD 35.00
After completing this self-contained course on server-based Internet applications software, students who start with only the knowledge of how to write and debug a computer program will have learned ho......一起来看看 《Software Engineering for Internet Applications》 这本书的介绍吧!