mirror of
https://github.com/BetterAndroid/ViewBindingX.git
synced 2025-09-01 08:15:33 +08:00
1.5 KiB
1.5 KiB
ViewBindingX (WIP)
ViewBindingX is an extension Gradle plugin for ViewBinding.
Introduction
ViewBindingX is a powerful Gradle plugin that enhances the functionality of ViewBinding. It provides a seamless solution to the common problem of sporadic failure of ViewBinding reference code generated by AGP.
Features
- Solve the problem of sporadic failure of ViewBinding reference code generated by AGP
- Automatically generate encapsulated and reusable generic calls for ViewBinding, with zero reflection in the entire process, and no need to consider R8 obfuscated code issues
- Easy integration with existing projects
- Improved performance and reliability
- Supports both Kotlin and Java projects
WIP
This project is still a work in progress. If you have any suggestions or feedback, feel free to open an issue or a pull request.
License
Apache License Version 2.0
Copyright (C) 2019 HighCapable
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.