Android Studio is google's official IDE(Integrated Development Environment) for Android Developers.

Similar documents
Lab Android Development Environment

Android Development Tools = Eclipse + ADT + SDK

Mobile Programming Lecture 1. Getting Started

A Tutorial for ECE 175

ScanKey. User s Manual Version: Page 1 of 19

Tutorial on Basic Android Setup

SAFETY TRAINING APP INSTRUCTION GUIDE Powered by. For Android Devices

(Refer Slide Time: 1:07)

Hello World. Lesson 1. Create your first Android. Android Developer Fundamentals. Android Developer Fundamentals

Step 1 Turn on the device and log in with the password, PIN, or other passcode, if necessary.

ANDROID SYLLABUS. Advanced Android

How to Use the Teaching Strategies GOLD Documentation App on Tablets for Android

Ionic Tutorial. For Cross Platform Mobile Software Development

The Citrix receiver will allow you access to Komatsu business systems such as Merchand, K-Source and Intranet.

University of Stirling Computing Science Telecommunications Systems and Services CSCU9YH: Android Practical 1 Hello World

Lab - Working with Android

MHealth App For My Health Info with Newman Regional Health

Google Maps Troubleshooting

Register by completing the form, or connecting via your GitHub or Google account.

After you create a new project you should be able to access the below windows:

(Refer Slide Time: 0:48)

Getting Started with Android Development Zebra Android Link-OS SDK Android Studio

Android App Development

(Refer Slide Time: 1:12)

SD Module-1 Android Dvelopment

Installing. Download the O365 suite including OneDrive for Business: 1. Open the Google Play Store on your Android device

ProDVX Lite Signage Player

How to Launch an Online Course for the first time

Minds-on: Android. Session 1

Android Sdk Setup For Windows 7 32 Bit Full Version

Android InsecureBankv2 Usage Guide. InsecureBankv2

Table of Contents. Overview. Installing and Using Afaria with your Motorola XOOM End User Document v0.3

Outlook Web Application (OWA) on SamsungTablets. Installing and Using the OWA Application

XML Tutorial. NOTE: This course is for basic concepts of XML in line with our existing Android Studio project.

How to Set up Eclipse and Android SDK Manager Environment You need to download the following

Installing and configuring an Android device emulator. EntwicklerCamp 2012

Android Studio for Windows

ProDVX Lite Signage Player

Android. Lesson 1. Introduction. Android Developer Fundamentals. Android Developer Fundamentals. to Android 1

Basic Android Setup for Machine Vision Fall 2015

Introduction to User Interface Elements in Android

Manual Android Virtual Device Failed To Load Error

The NetBeans Debugger: A Brief Tutorial

Clear Cache Guide Click here for Windows guide Click here for Mac OS guide

Create new Android project in Android Studio Add Button and TextView to layout Learn how to use buttons to call methods. Modify strings.

SAFETY TRAINING APP INSTRUCTION GUIDE Powered by. For Apple (ios) Mobile Devices

Relay. Calendar Setup. Google Calendar

Android Sdk Tutorial For Windows 7 64 Bit Full Version

Delaware Comprehensive Assessment System

Tutorial on Basic Android Setup

Interlink Express Desktop Printing Service Installation Guide

1. Use Wireless Data Transfer with FlashAir App for

Lenovo TAB A User Guide V1.0. Please read the safety precautions and important notes in the supplied manual before use.

genarate HOW TO GUIDE

This feature allows moderator to organize and monitor participants (members)

APP Version 2.6.xx / API Updated Quick start:

Assistant Professor Computer Science. Introduction to Human-Computer Interaction

Android App Development. Ahmad Tayeb

Choose OS and click on it

SPARK-E-MATE BLUETOOTH LOGGING

Microsoft Office Free download for Students

Quick Reference Guide to the IBS 2018 App

Exercise 1: First Android App

Android App Development for Beginners

User Guide for itrust over SMS and itrust over Wi-Fi Direct Installation and Use

Developing Android applications in Windows

How to Access Your Digital Member Magazine

From time to time Google changes the way it does things, and old tutorials may not apply to some new procedures.

GETTING STARTED MANUAL Rev9

CS260 Intro to Java & Android 04.Android Intro

WDC RDS Connection for Android Users

SD Module- Android Programming

INSTALLING THE PS3 XBOX READY SOFTWARE:

What is the Selendroid?

West Bengal. Android Mobile Application

Installing and Configuring hopto Work. System Requirements Be sure you have these system requirements to install and use hopto Work.

Android App Development

Started with Android Programming for Tablets

INSTALLING MAESTRO UPDATES

KEEPOD QUICK USER GUIDE

Merchant Online Reporting System (MORS) Login with OTP

Logging in from Home. Follow these steps:

Steps to Set Up the Environment of Xamarin in Visual

Course Syllabus. Course Title. Who should attend? Course Description. Android ( Level 1 )

Required Core Java for Android application development

PENDOPAD 9.7 QUICKSTART GUIDE & USER MANUAL PNDPP42DG9BLK. > Please read carefully before use

Tablet Android Update Instructions from to 4.2.2

CLEARVIEW KIT INSTALLATION GUIDE

Programming Concepts and Skills. Creating an Android Project

Client Samples. Android Sample

How Do I Open Up My Itunes Library On Another Computer

Record Zoom Session. Launch Zoom. Set Up Your Presentation

Samsung Mobile Via Usb

Getting Started with Appium

Guide to Access the Course using the ADB elearn Mobile App (Android)

Produced by. Mobile Application Development. David Drohan Department of Computing & Mathematics Waterford Institute of Technology

Pemrograman Mobile. Lesson 1. Introduction to Android. Create Your First Android App. Nizar Rabbi Radliya

Quick Reference Guide WebEx on an Android Tablet

PROCE55 Mobile: Web API App. Web API.

OnLAW User Guide FAQs

Transcription:

Android Studio - Hello World Objectives: In this tutorial you will learn how to create your first mobile app using Android Studio. At the end of this session you will be able to: Create Android Project. Run Android Project in an Emulator. Build and locate your projects apk file. Android Studio is google's official IDE(Integrated Development Environment) for Android Developers. Android Studio s job is to provide the interface for you to create your apps and to handle much of the complicated file-management behind the scenes. The programming language you will be using is Java and this is installed separately on your machine. Android Studio is simply where you will write, edit and save your projects and the files that comprise said projects. 1

Part 1: Create New Project To create our first Android project, follow the below 4 steps: 1. Go to File -> New Project... 2

2. Give Application name e.g. Hello World and click Next 3

3. Select Phone and Tablets and click next. 4

4. Select Next -> select Empty Activity -> Select Next -> Finish #End_of_Part_1 5

Part 2: Running your application Now that we cretaed the Hello World application, let s run it. Follow the below 4 steps: 1. Click on the run icon present in upper right section of IDE or press Shift + F10 keyboard shortcut. 2. Now a pop-up window will appear titled Select Deployment Target. Click on Create New Virtual Device. 6

3. Now you should see a screen that shows the list of available devices. Select the category as Phone and then choose the device Nexus 5X. 4. After selecting the device, click on Next. 7

5. Now you will see a window titled Select a system image. Select the one Recommended (API 28). Note that you are unbale to proceed further as the Next button is greyed out. Click on the download option available next to the API 28 option. 6. You will be popped to a screen like shown below. Accept the terms and conditions and click Next 8

7. You ll see a window that shows that the required files for setup are being downloaded. 8. After the download is done, you ll see a window as shown here. Click on Finish. 9

9. Now you are taken back to the screen you have seen in step 5 and you ll see that the next option is enabled. Click Next. 10. You ll see that you can give any name you like to the Android Virtual Device (AVD), but for now we ll leave it as is. Click Finish and you ll see that the AVD you created is listed now under Available Devices. 10

11. Select a virtual device from the Available Virtual Devices by clicking on it. Click OK. 12. Now you should see a virtual device appeared on the screen with the desired output. #End_of_Part_2 11

Part 3: Building your application (APK file): NOTE : The difference between running and building the project is when we run a project only the preview of our app is shown not the actual app is created whereas in the process of building a project, IDE produces the installable apk file for us. Now we are ready to create and locate Hello World application s apk file. Follow the below 5 steps. 1. Select Build from the menu bar 2. Select Build APK(s) 3. Click on locate from the pop up at bottom right corner. 12

4. In case you missed the pop - up from the bottom right, go to Project window, select Project scope from the drop down menu 5. Expand Hello World, then expand app -> build -> outputs -> apk -> debug as shown in the following image. #End_of_Part_3 #End_of_Tutorial_1 13