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
作者您好!很辛苦您开源了一个这么好的库,请教您一下,如何在项目中用viewbinding的方式来使用这个库,谢谢,非常感激您的开源
The text was updated successfully, but these errors were encountered:
使用ViewBinding和使用findViewById没有多大区别, 不存在不支持
ViewBinding
findViewById
binding.rv.linear().setup { addType<DragModel>(R.layout.item_drag) onBind { val binding = getBinding<ItemDragBinding>() } }.models = getData()
示例代码: ViewBinding
开源方便你我, 使用本框架后你就也是作者之一
Sorry, something went wrong.
No branches or pull requests
作者您好!很辛苦您开源了一个这么好的库,请教您一下,如何在项目中用viewbinding的方式来使用这个库,谢谢,非常感激您的开源
The text was updated successfully, but these errors were encountered: