Introduction

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

Imagine you just bought a new car. After enjoying a whiff of the new-car smell, the first thing you do is adjust your seat and mirrors just the way you like them. In the same way, you should also adjust the IDE settings depending on your needs. This lesson will guide you through some of the most commonly used features and settings of Android Studio so that you can custom fit your developer experience.

Android Studio contains plugins designed to streamline development workflows, provide additional tools, and support integration with third-party services. Think of these plugins as the extra features you want to add to your new car. It’s essential to be selective when choosing plugins because you need to make sure they align with your development needs and are compatible with your Android Studio version.

Understanding your IDE’s abilities will equip you with the tools necessary to be a successful Android developer. This lesson will take you through a tour of some basic tools within Android Studio.

Grab your keys and buckle up for a tour of Android Studio.

Your key objectives for this lesson are:

  • Identify how to change common Android Studio settings such as changing the editor theme, font size, and other accessibility settings.
  • Describe important windows such as the Project Navigator, the Resource Manager, and the Device Manager.
  • Describe the purpose of the Android API versions.
See forum comments
Download course materials from Github
Previous: Quiz: Install Android Studio Next: Instruction