Faster Android Development part 2

19 Apr 2016

I started Android development last year, and have since then made gained some experience in how to write better Android apps, faster. See the first post in this series if you haven’t already.

Android Studio shortcuts

Android studio is a powerhouse of productivity onve you get used to it and learn all the shortcuts. This guide covers a lot of the most important shortcuts. Below are the ones I use most:

Let the IDE manage imports

Change you IDE setting to let Android Studio take care of adding, removing and organizing imports.

android studio auto-import settings

This way you dont have to deal with missing and unused imports.

The end

That’s all for this post, be sure to check back for the next installment.