The Android Studio and the Android SDK provide a set of tools that enable you to create applications in a short amount of time. This chapter will guide you through the process of building a simple Android application with the SDK tools. This involves the following steps:
Setting up the development environment.
Creating a new project in Android Studio and writing your code.
Running the application on the emulator or on a device.
Debugging ...