Skip to content

[ENHANCEMENT] Replace "findViewById" by "@BindView" #780

Open
@4rthurRousseau

Description

@4rthurRousseau

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 :

@BindView(R.id.listView)
RecyclerView mListview;

[...]

mListview = findViewById(R.id.listView);

Describe the solution you'd like
Take some time to tidy up those classes.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions