anitab-org / powerup-android

PowerUp is an educational choose-your-own-adventure game that utilizes a users uploaded curriculum to empower pre-adolescents to take charge of their reproductive health. This is the Android version of the game.
GNU General Public License v2.0
116 stars 430 forks source link

Clean up casting. #1337

Open moksh-mahajan opened 5 years ago

moksh-mahajan commented 5 years ago

Description

One of the things that google announce in IO 2017 is something that’s called ‘cast away’ :). Android developer don’t have to do a manual casting for findViewById(). It’s a simple change. But for a seasoned programmer, a clean code like this can make you very happy and it helps with your coding mood :)

Update [Required]

Definition of Done

moksh-mahajan commented 5 years ago

@Rimjhim28 I would like to work on this.

therealsanjeev commented 4 years ago

@moksh-mahajan - this is resolved, I have reviewed the code and I found that it is replaced with @BindView. so, close this issue, if I'm right :)