Wednesday, October 12, 2016

Make my first android app tutorial

To make your first helloworld android app is very easy with Android Studio.

Below are the steps :

1. Open Android Studio.

2. Go to File>>New>>New Project  like in the picture below.

Picture 1 : Go to New Project to make a new android app.


3. After you click New Project, a create new project dialog will appear. like in the picture below fill in the fields in the dialog.

Picture 2 : a create new project dialog


Application Name is the name of your app, you can edit it later.
The company domain is the website of your company for example google.com, you can also change it later.
Project Location is the folder where all your project source code will be stored by android studio.

4. Click next will show a dialog to specify the minimum SDK your app could be installed. In the picture below the app could be installed on Honeycomb device but could not be installed on devices lower than Honeycomb.

Picture 3 : a dialog to specify the minimum SDK your app could be installed.

 
5. Click next will show you a dialog to choose a type of activity your app will first show, it means the first page when you first launch your app after istallation. like in the picture below just choose Empty Activity.

Picture 4 :Choose the type of activity your app will show.


6. Click next will show you a dialog to give the name of the activity, you can change it later during development. Like in the picture below just give MainActivity.

Picture 5 :Edit the name of your activity


7. Click finish, the android studio will create your application. The next step is to run your app in an android device or on an emulator.




Thank you for visiting our website. Just comment below if you have any question to ask.

2 comments: