0% found this document useful (0 votes)
90 views

Lab Exercise 1 - Getting Started

This document provides instructions for a mobile development exercise in Android Studio. It outlines objectives to make use of Android Studio, install it, and construct an Android virtual device. It then describes background on Android Studio and how it is the official IDE. The experimental procedure has tasks to download Android Studio SDK, create a new project, configure an Android virtual device, install SDK platforms, and test the application. It includes screenshots to illustrate the steps.

Uploaded by

Marcos Jeremy
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
90 views

Lab Exercise 1 - Getting Started

This document provides instructions for a mobile development exercise in Android Studio. It outlines objectives to make use of Android Studio, install it, and construct an Android virtual device. It then describes background on Android Studio and how it is the official IDE. The experimental procedure has tasks to download Android Studio SDK, create a new project, configure an Android virtual device, install SDK platforms, and test the application. It includes screenshots to illustrate the steps.

Uploaded by

Marcos Jeremy
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

Page |1

INFORMATION TECHNOLOGY AND INFORMATION SYSTEM


DEPARTMENT

MOBILE DEVELOPMENT

EXERCISE

1
GETTING STARTED

NAME SECTION

DATE PERFORMED DATE FINISHED

GJPRosales
Page |2

I. OBJECTIVES

At the end of this exercise, students must be able to:


a) Make use of Android Studio for mobile development
b) Install Android studio in your devices
c) Construct an android virtual device in testing the application

II. BACKGROUND INFORMATION

Android Studio is the official Integrated Development Environment for


Google’s Android Operating System. It is built on JetBrains’ IntelliJ IDEA
Software and designed specifically for android development. It is available for
download in Windows, macOS and Linux operating systems. The first IDE for
android development is Eclipse for the native android application development.

Android Studio was announced on May 16, 2013 during the Google I/O
conference. It was in early access preview stage starting from version 0.1 in May
2013, then entered beta stage starting from version 0.8 which was released in
June 2014. The first stable build was released in December 2014, starting from
version 1.0.

III. EXPERIMENTAL PROCEDURE

TASK 1. Android Studio

1. Prepare software for the development. Download the Software Development Kit
(SDK). Follow this link https://developer.android.com/studio

2. Run the downloaded installer. Follow the procedures presented in the wizard.

GJPRosales
Page |3

3. Create a new project. Select empty activity. Click the next button

4. Configure your project by putting the name of your application. Leave the
package name untouched. For the language there are two options, kotlin and
java. Choose java. Lastly, select the minimum Software Development Kit for your
applications. This include the Android versions. The minimum SDK is the lowest
version of android where your application will run. Then click finish

5. After clicking the finish button, Android Studio will be generating files for your
application like .java files and .xml files.

GJPRosales
Page |4

TASK 3. Android Virtual Devices

1. Open your Android Virtual Device Manager. Under the ‘tools’ menu, select the AVD
Manager.

2. If you have virtual devices available, it will be listed below. If no virtual device installed,
click the create virtual device button.

3. You have now different categories you want to develop. For the mean time we’ll focus on
Phone Category. You can now select a device that you want. Depending on the size,
aspect ratio and density of the app you would like to run. Then click next.

GJPRosales
Page |5

4. Select the system image, and select the release name. click next

5. Verify your configuration, then click the finish button. Notice that in your virtual device
new entry was present. Close the window.

TASK 3. Software Development Kit Platforms

1. Each android SDK platform package includes the android platform and sources to an
API level. Once installed android studio will automatically check updates. Under the
‘tools’ menu, select the SDK Manager.

GJPRosales
Page |6

2. A dialog box will appear and will show the installed SDK and API versions in your
android studio. We need to install some SDK versions

3. Select Android 4.3 and 4.4 for our activities. If you have a good specification for your PC
you can install every version. You will be asked to confirm changes click OK

4. It will now download the requested components of the new SDK wait and click FINISH.
Click Apply and ok

GJPRosales
Page |7

TASK 4. OUTPUT: TEST YOUR APPLICATION

1. Using any screen recording application record this portion. Run your application to test
your virtual device and configuration. Click the play button in the menu bar or use the
shortcut key shift-F10. Don’t forget to select the device where you would like to run the
application. Wait for your application be installed and run in your virtual device

GJPRosales
Page |8

I. QUESTION AND ANSWER

1. Discuss and differentiate SDK, ADT and API

V. REFERENCES

www.developer.android.com

GJPRosales

You might also like