-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
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
ButterKnife deprecated , needs to be replaced by view binding. #885
Comments
I would like to work on this, where should I contact for getting further information? |
Hello @ken1000minus7 . Glad to see your dedication . I think @SebaDro will be able to guide you in a better way. 😄 |
Hey @ken1000minus7. Thanks for your interest in contributing to the enviroCar project. Unfortunately, this issue is reserved for being worked on in the upcoming Google Summer of Code 2022. We found that replacing the deprecated ButterKnife library as well as another heavily used library (see #827), requires extensive efforts, so that we considered it as a an appropriate project for GSoC. If you'd like to take part in it, please have a look at our GSoC information page: https://wiki.52north.org/Projects/GSoC2022ProjectIdeas. Maybe, there is also another project idea, you'll find interesting ;-). The final project descriptions will be online, as soon as we know about our acceptance for GSoC 2022. So stay tuned. |
I see. I will look into it. Thanks a lot ! 😊 |
Maybe fixed on PR #935 . |
Fixed by #1002 |
The project uses the Butterknife library for injecting views, but the problem is butterknife is now deprecated.
The project needs to switch from Butterknife to ViewBinding, which is more efficient and generates less boiler plate code.
The text was updated successfully, but these errors were encountered: