Initial commit

This commit is contained in:
2024-02-11 22:53:21 +08:00
commit ffd0c72bd8
2 changed files with 242 additions and 0 deletions

41
README.md Normal file
View File

@@ -0,0 +1,41 @@
# 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-2.0](https://www.apache.org/licenses/LICENSE-2.0)
```
Apache License Version 2.0
Copyright (C) 2019-2024 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.
```