Skip to content

filipebarretto/android-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Hello World

About

Simple sample Android mobile application project

Version

1.0.1

Table of Contents

Getting Started

Instructions to create your first mobile Android project

Install Android Studio

Download Android Studio at https://developer.android.com/studio/index.html and follow instructions to install

Create Android Project

Open Android Studio and choose New Project. Name your application Android Hello World and click Next.

On the Target Android Devices screen, check the option Phone and Tablet and set the Minimum SDK version to API 14: Android 4.0 (IceCreamSandwich) and click Next.

For this example, select Empty Activity and click Next. For other projects, it may make sense to create a project with an activity already set.

Set your Activity Name do MainActivity and the Layout Name to activity_main. Click finish to create the project.

Run created project

To run your project on Android Studio as it was generated, click Run > Run ‘app’, or the play icon on the top bar.

Android Studio

The project ran should look something like:

Android Hello World

About

Simple sample Android mobile application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages