-
-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[ENHANCEMENT] Replace "findViewById" by "@BindView" #780
Labels
Comments
I can have a go at this |
I have updated some files containing to this issue, for now I am only working on files within "app/src/main/java/io/github/project_travel_mate/utilities/" I just have a questions before proceeding with a PR for this section.
|
@RyanMarzec Sure, create a PR and I'll review the changes. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Is your feature request related to a problem? Please describe.
I noticed that you're using Butterknife but there is still some "findViewById" usage here and there, sometimes on classes that already use ButterKnife.
Example from the "CurrencyListViewActivity" class :
Describe the solution you'd like
Take some time to tidy up those classes.
The text was updated successfully, but these errors were encountered: