Introduction

In this module, you’ll get an overview of the Android project structure as well as some fundamental aspects of working with the Android SDK.

In this first lesson, you’ll explore some of the various parts of Android Studio. You’ll learn about the parts of an Android app. Finally, you’ll explore Android project structure and some parts of the Android Studio IDE.

You’ll learn:

  • How to create a new project for your first app.
  • How to set up an Android Virtual Device and your Android device for development.
  • The purpose of the various folders in an Android app, such as res, themes, manifests, kotlin+java, and Gradle Scripts.
  • The purpose of the Android project view dropdown.
  • The purpose of the Project structure settings menu.

Get ready to dive right in! :]

See forum comments
Download course materials from Github
Next: Your First Android Project