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

Replaced Butter Knife view binding with Jetpack View Binding #935

Open
wants to merge 19 commits into
base: gsoc2022
Choose a base branch
from

Conversation

Akash-Ramjyothi
Copy link
Contributor

@Akash-Ramjyothi Akash-Ramjyothi commented Jun 30, 2022

Fixes: #934 .

Description:

Replaced the deprecated Butterknife ViewBinding with Jetpack ViewBinding. By upgrading to Jetpack Viewbinding, the following Impact are seen in the app.

  • Jetpack ViewBinding is compile time safe.
  • It builds the app faster.
  • Less boilerplate referencing.
  • No more BindView annotations.
  • Provides Type safety.
  • Provides Null safety.

@Akash-Ramjyothi Akash-Ramjyothi changed the base branch from master to gsoc2022 June 30, 2022 20:20
@Akash-Ramjyothi
Copy link
Contributor Author

@asaikarthikeya please see my PR.

@Akash-Ramjyothi
Copy link
Contributor Author

Fixes Issue #885 .

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

Successfully merging this pull request may close these issues.

Replace Butter Knife view binding with Jetpack View Binding
2 participants