DslAdapter icon indicating copy to clipboard operation
DslAdapter copied to clipboard

感觉这套框架挺好用的

Open guozhiqiang123 opened this issue 8 months ago • 4 comments

和作者交流个问题。基于RecyclerView能不能构建一套compose那样的响应式框架啊?我总觉得是可以的。 借助DifferUtils应该也是可以做到增量刷新和差异化刷新的。只是需要构建一个通用的中间层,来模仿响应式。 不知道作者如何看待这个问题?

guozhiqiang123 avatar Oct 23 '23 12:10 guozhiqiang123

是不是这个东西?

https://github.com/angcyo/DslItem

angcyo avatar Oct 24 '23 02:10 angcyo

是不是这个东西?

https://github.com/angcyo/DslItem

不是,就是compose或者flutter那样的,数据驱动UI,响应式的。

guozhiqiang123 avatar Oct 24 '23 11:10 guozhiqiang123

去看了下DslItem这个库,感觉还可以更加大胆一点,提供扩展把xml都干掉,让上层感知不到底层使用的是recyclerview。

guozhiqiang123 avatar Oct 24 '23 12:10 guozhiqiang123

xml用来渲染界面,app中可以覆盖同名文件达到自定义界面的效果. Item用来实现逻辑.

angcyo avatar Oct 25 '23 01:10 angcyo