enviroCar / enviroCar-app

enviroCar Android Application
https://envirocar.org
GNU General Public License v3.0
88 stars 154 forks source link

ButterKnife deprecated , needs to be replaced by view binding. #885

Open yellowHatpro opened 2 years ago

yellowHatpro commented 2 years ago

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.

ken1000minus7 commented 2 years ago

I would like to work on this, where should I contact for getting further information?

yellowHatpro commented 2 years ago

Hello @ken1000minus7 . Glad to see your dedication . I think @SebaDro will be able to guide you in a better way. 😄

SebaDro commented 2 years ago

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.

ken1000minus7 commented 2 years ago

I see. I will look into it. Thanks a lot ! 😊

Akash-Ramjyothi commented 5 months ago

Maybe fixed on PR #935 .