We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
和作者交流个问题。基于RecyclerView能不能构建一套compose那样的响应式框架啊?我总觉得是可以的。 借助DifferUtils应该也是可以做到增量刷新和差异化刷新的。只是需要构建一个通用的中间层,来模仿响应式。 不知道作者如何看待这个问题?
The text was updated successfully, but these errors were encountered:
是不是这个东西?
https://github.com/angcyo/DslItem
Sorry, something went wrong.
是不是这个东西? https://github.com/angcyo/DslItem
不是,就是compose或者flutter那样的,数据驱动UI,响应式的。
去看了下DslItem这个库,感觉还可以更加大胆一点,提供扩展把xml都干掉,让上层感知不到底层使用的是recyclerview。
xml用来渲染界面,app中可以覆盖同名文件达到自定义界面的效果. Item用来实现逻辑.
xml
app
Item
No branches or pull requests
和作者交流个问题。基于RecyclerView能不能构建一套compose那样的响应式框架啊?我总觉得是可以的。
借助DifferUtils应该也是可以做到增量刷新和差异化刷新的。只是需要构建一个通用的中间层,来模仿响应式。
不知道作者如何看待这个问题?
The text was updated successfully, but these errors were encountered: