
In this introduction, we talk about what the course is all about.
We use Android Studio to develop Android applications.
We use AVDs to view our applications on a computer as opposed to a physical device.
In layout editor, we can create a variety of user interface components.
Let's see how we can add a button and execute an action.
Displaying images and icons.
Executing a certain task.
When a touch lands on certain component.
Animating an object based on its current values.
Presenting the locations visually.
Taking photos and loading them to the apps.
In this short course, I will give you a basic introduction to the use of Android Studio and Android Virtual Device to begin developing Android applications.
Using Kotlin programming language, we will see some of the basics of making apps, such as making user interface elements, accessing the camera, adding maps to our app, and dealing with user touches. The course content is as follows:
Introduction
Android Studio
Android Virtual Device
Layout Editor
Accessing UI Components
Buttons
Image Views
break
Functions
Touch an Object
Object Animator
Maps
Camera
Final thoughts