Skip to content
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

Replace Butter Knife view binding with Jetpack View Binding #934

Open
Akash-Ramjyothi opened this issue Jun 30, 2022 · 0 comments
Open

Replace Butter Knife view binding with Jetpack View Binding #934

Akash-Ramjyothi opened this issue Jun 30, 2022 · 0 comments

Comments

@Akash-Ramjyothi
Copy link
Contributor

Akash-Ramjyothi commented Jun 30, 2022

Description:

Replace the deprecated Butter Knife view binding with Jetpack View Binding to provide a cleaner approach for separating views from models.

Butterknife is a 3rd party library made to address the issue of using findViewById(...) functions to reference and interact with views. It helped reduce boilerplate code but also had to set up a @Bind annotation every time we wanted to interact with a view. Then View Binding was introduced starting at Gradle version 3.6. A build feature which led to the deprecation of Butterknife and a decrease in the use of findViewById(...) functions.

Maybe Fixed on: #935.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants