Using Butter Knife to Inject Views in Android

Using Butter Knife to Inject Views in Android

Introduction In every Android Application, we use a very frequently repeated method called findViewById() for every view that we want to use in our application's code. Especially when application's design gets more complex layouts the repetitive use of this function becomes a real pain and this is where Jake Wharton's Butter Knife…continue reading →