You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove redundant type cast from the project.In the project at many places we are using redundant type cast e.g : TextView tv = (TextView)findViewById(R.id.xxxx)
I think will be good for code clean up plus we are using butterknife so it will be better to use that.
The text was updated successfully, but these errors were encountered:
Summary:
Remove redundant type cast from the project.In the project at many places we are using redundant type cast e.g :
TextView tv = (TextView)findViewById(R.id.xxxx)
I think will be good for code clean up plus we are using butterknife so it will be better to use that.
The text was updated successfully, but these errors were encountered: