Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This lab aims to help you get started on Android App development using Android Studio. You are going to create a sample app and deploy

This lab aims to help you get started on Android App development using Android Studio. You are going to create a sample app and deploy it to an Android phone.

Please follow Android Code Lab HYPERLINK "https://codelabs.developers.google.com/codelabs/android-training-hello-world/" https://codelabs.developers.google.com/codelabs/android-training-hello-world/ to complete your first Android app.

Take a screenshot of the following:

1.The design view of the project in Android Studio.

2.The successful app run in a virtual device of your choice, in Android Studio.

3.The app running on an actual Android phone. Please describe your phone settings like make, Android version, screen size, etc.

The related concepts and technical details are in HYPERLINK "https://google-developer-training.github.io/android-developer-fundamentals-course-concepts-v2/unit-1-get-started/lesson-1-build-your-first-app/1-1-c-your-first-android-app/1-1-c-your-first-android-app.html" https://google-developer-training.github.io/android-developer-fundamentals-course-concepts-v2/unit-1-get-started/lesson-1-build-your-first-app/1-1-c-your-first-android-app/1-1-c-your-first-android-app.html

Some videos are available (but for an earlier version of Android Studio):

HYPERLINK "https://www.youtube.com/watch?v=6uWPMcJLrC4&list=PLlyCyjh2pUe9wv-hU4my-Nen_SvXIzxGB&index=3" https://www.youtube.com/watch?v=6uWPMcJLrC4&list=PLlyCyjh2pUe9wv-hU4my-Nen_SvXIzxGB&index=3

HYPERLINK "https://www.youtube.com/watch?v=ruglRFYLZGE&list=PLlyCyjh2pUe9wv-hU4my-Nen_SvXIzxGB&index=4" https://www.youtube.com/watch?v=ruglRFYLZGE&list=PLlyCyjh2pUe9wv-hU4my-Nen_SvXIzxGB&index=4

Additional notes from Android Studio User Guide

1. Download and install Android Studio

It is recommended students install Android Studio to their own computers, so you can use it in the future even after this class.

Download the latest software (current version 3.2) from HYPERLINK "https://developer.android.com/studio/" https://developer.android.com/studio/

System requirements and download options are on the same page. You may follow some video instruction here: HYPERLINK "https://developer.android.com/studio/install" https://developer.android.com/studio/install

Note you do not need to install JDK separately. A copy of the latest OpenJDK comes bundled with Android Studio 2.2 and higher, and this is the JDK version we recommend you use for your Android projects. See HYPERLINK "https://developer.android.com/studio/intro/studio-config" https://developer.android.com/studio/intro/studio-config for more information on configuring JDK.

2. Build and run a sample project in Android Studio

Create a project: HYPERLINK "https://developer.android.com/studio/projects/create-project" https://developer.android.com/studio/projects/create-project Refer to HYPERLINK "https://developer.android.com/studio/projects/" https://developer.android.com/studio/projects/ for Android Studio project structure.

Build and run the project, see HYPERLINK "https://developer.android.com/studio/run/" https://developer.android.com/studio/run/ - more about emulators

using emulators: HYPERLINK "https://developer.android.com/studio/run/emulator" https://developer.android.com/studio/run/emulator

managing virtual devices: HYPERLINK "https://developer.android.com/studio/run/managing-avds" https://developer.android.com/studio/run/managing-avds

Publish and install app to an actual phone or tablet. Read HYPERLINK "https://developer.android.com/studio/publish/" https://developer.android.com/studio/publish/ (Note: we do not need to publish it to Google Play. Just transfer the apk file to your phone and install.)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Graph Database Modeling With Neo4j

Authors: Ajit Singh

2nd Edition

B0BDWT2XLR, 979-8351798783

More Books

Students also viewed these Databases questions

Question

What is the Definition for Third Normal Form?

Answered: 1 week ago

Question

Provide two examples of a One-To-Many relationship.

Answered: 1 week ago