Tag archives for Productivity

Android

Remove your boilerplate code in Android with Butter Knife

Creating applications in Android can sometimes be a very repetitive task. As a developer, you have to deal with redundant codes to find Views, to use View Holder pattern for your lists, to install your event listeners, … Write this kind of boilerplate code is bad for your productivity. A great solution would be to find a way to remove…
Continue Reading
Android

Boost your productivity on Android Studio with Live Templates

As an Android developer, you are used to write very often same kind of code on your project. Here, we don’t talk of the creation of reusable code to avoid rewrite same code between several projects. Here, we talk about simple lines of code that are written all the time. Let’s take a well known sample. You want to display…
Continue Reading