SlideShare a Scribd company logo
3
Most read
5
Most read
10
Most read
Hello Android Example
In this presentation, you will know how to create the simple Android Hello application. Android training in
Chandigarh trainer are creating the simple example of Android using the Eclipse IDE. To create the simple
example:
1. Create the new Android project
2. Write the message (optional)
3. Run the Android application
How to make android apps
Hello, Android
example
You must follow the 3 steps mentioned
above to create the Android Hello
application.
A) Create the new Android project
To create the new Android study
project:
1. Select Start a new Android
Studio project
Provide the following
information: application
name, company domain,
project location and
application package
name and click next.
3) Select the API level of the application and click Next.
4) Select the Activity type (Empty Activity).
5) Provide the Activity Name and click finish.
After finishing the activity configuration, Android Studio automatically generates the activity class and other
necessary configuration files.
Now an Android project has been created. You can explore the Android project and see the normal program, it looks
like this.
2) Write the message
File: activity_main.xml
Android studio auto generates code for activity_main.xml file. According to your requirement, you can edit this file
File: MainActivity.java
package first.javatpoint.com.welcome;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
}
3) Run the android application
To run the Android application, click on the run icon on the toolbar or simply press Shift + F10.
The Android emulator may take 2 or 3 minutes to boot. So please be patient. After starting the emulator, the Android
studio installs the application and launches the activity. You will see something like this.
If you want to know more about Android topics, kindly visit
Android training institute or contact us.
Address: CBitss Technologies, sector 34a, sco 23-24-25,
Chandigarh, 160022.
Website: http://cbitss.in/android-training-in-chandigarh/

More Related Content

What's hot (20)

PPTX
Installing testflight
gilbert_organizer
 
PPTX
UberTest Quick Guide
Amira Elsayed Ismail
 
PPTX
Build Your First Android App
Transpose Solutions Inc
 
PPTX
Android Layout.pptx
vishal choudhary
 
PPTX
Google analytics for iOS
Pawan Ramteke
 
PPT
Getting started with android studio
Reham Maher El-Safarini
 
PDF
Firebase crashlytics integration in iOS swift (dSYM File Required Problem Res...
InnovationM
 
PPTX
Step by step guide to build ionic hybrid app using cordova android
swagat parida
 
PPTX
Android App Development 20150402
Hideo Kadowaki
 
PPT
Icon in iphone itouch
Kwan Tuck Soon
 
PPTX
Android App Development 20150604
Hideo Kadowaki
 
PPTX
02 getting start with android app development
Sokngim Sa
 
PDF
VBA
Raghu nath
 
PPTX
Android the first app - hello world - copy
Deepa Rani
 
PPTX
Android App Development 20150409
Hideo Kadowaki
 
PPTX
Android Fundamental
Arif Huda
 
PDF
Variable , Array , Dictionary of swift -IOS Development - a hub for beginner
Vikrant Arya
 
PPT
Tutorial of web application load testing in selinium in English
Keval Shah
 
PDF
How to create and configure modules in service now
My Guide
 
PPTX
Android Programming.pptx
vishal choudhary
 
Installing testflight
gilbert_organizer
 
UberTest Quick Guide
Amira Elsayed Ismail
 
Build Your First Android App
Transpose Solutions Inc
 
Android Layout.pptx
vishal choudhary
 
Google analytics for iOS
Pawan Ramteke
 
Getting started with android studio
Reham Maher El-Safarini
 
Firebase crashlytics integration in iOS swift (dSYM File Required Problem Res...
InnovationM
 
Step by step guide to build ionic hybrid app using cordova android
swagat parida
 
Android App Development 20150402
Hideo Kadowaki
 
Icon in iphone itouch
Kwan Tuck Soon
 
Android App Development 20150604
Hideo Kadowaki
 
02 getting start with android app development
Sokngim Sa
 
Android the first app - hello world - copy
Deepa Rani
 
Android App Development 20150409
Hideo Kadowaki
 
Android Fundamental
Arif Huda
 
Variable , Array , Dictionary of swift -IOS Development - a hub for beginner
Vikrant Arya
 
Tutorial of web application load testing in selinium in English
Keval Shah
 
How to create and configure modules in service now
My Guide
 
Android Programming.pptx
vishal choudhary
 

Similar to Hello android example. (20)

PPTX
Introduction to Android and Java.pptx
GandhiMathy6
 
PDF
Bird.pdf
RebaMaheen
 
PPTX
Creating the first app with android studio
Parinita03
 
PDF
Final NEWS.pdf
RebaMaheen
 
PDF
Final NewsApp.pdf
RebaMaheen
 
PDF
Homework seriesandroidworkshop JUly 12th
Rishi Kumar
 
PDF
How to Create Your First Android App Step by Step.pdf
BOSC Tech Labs
 
PPTX
Mobile Application Development-Components and Layouts
Dr. Chandrakant Divate
 
PPT
Day 3: Getting Active Through Activities
Ahsanul Karim
 
PPT
Day 3: Getting Active Through Activities
Ahsanul Karim
 
PPTX
androidstudio.pptx
SundaresanB5
 
PDF
Android app development guide for freshers by ace web academy
Ace Web Academy -Career Development Center
 
PDF
Android development module
Keviindran Ramachandran
 
PPT
Google Android
Michael Angelo Rivera
 
PDF
Getting Started with Android Studio: A Step-by-Step Guide
Naresh IT
 
DOCX
Android wear notes
Aravindharamanan S
 
DOCX
Android wear notes
Aravindharamanan S
 
PDF
PERTEMUAN 3_INTRO TO ANDROID APP DEV.pdf
arfa442827
 
DOCX
Creation of simple application using - step by step
priya Nithya
 
PDF
Getting started with appium
Pratik Patel
 
Introduction to Android and Java.pptx
GandhiMathy6
 
Bird.pdf
RebaMaheen
 
Creating the first app with android studio
Parinita03
 
Final NEWS.pdf
RebaMaheen
 
Final NewsApp.pdf
RebaMaheen
 
Homework seriesandroidworkshop JUly 12th
Rishi Kumar
 
How to Create Your First Android App Step by Step.pdf
BOSC Tech Labs
 
Mobile Application Development-Components and Layouts
Dr. Chandrakant Divate
 
Day 3: Getting Active Through Activities
Ahsanul Karim
 
Day 3: Getting Active Through Activities
Ahsanul Karim
 
androidstudio.pptx
SundaresanB5
 
Android app development guide for freshers by ace web academy
Ace Web Academy -Career Development Center
 
Android development module
Keviindran Ramachandran
 
Google Android
Michael Angelo Rivera
 
Getting Started with Android Studio: A Step-by-Step Guide
Naresh IT
 
Android wear notes
Aravindharamanan S
 
Android wear notes
Aravindharamanan S
 
PERTEMUAN 3_INTRO TO ANDROID APP DEV.pdf
arfa442827
 
Creation of simple application using - step by step
priya Nithya
 
Getting started with appium
Pratik Patel
 
Ad

More from Rahul Rana (13)

PPTX
Eucalyptus cloud computing
Rahul Rana
 
PPTX
php 7.4 for word press developers
Rahul Rana
 
PPTX
Types of nonverbal communication
Rahul Rana
 
PPTX
Role of java in android app development
Rahul Rana
 
PPTX
What is ppc in digital marketing ?
Rahul Rana
 
PPTX
6 useful things to do with PHP
Rahul Rana
 
PPTX
How to build a website in 7 steps
Rahul Rana
 
PPTX
Few skills every successful web designer needs
Rahul Rana
 
PPTX
Php developer job description
Rahul Rana
 
PPTX
Difference between frontend and backend
Rahul Rana
 
PPTX
Top php frameworks for startups - 2019
Rahul Rana
 
PPTX
How to use the excel basic functions
Rahul Rana
 
PPTX
The 6 fastest growing tech jobs | short term computer courses in Chandigarh
Rahul Rana
 
Eucalyptus cloud computing
Rahul Rana
 
php 7.4 for word press developers
Rahul Rana
 
Types of nonverbal communication
Rahul Rana
 
Role of java in android app development
Rahul Rana
 
What is ppc in digital marketing ?
Rahul Rana
 
6 useful things to do with PHP
Rahul Rana
 
How to build a website in 7 steps
Rahul Rana
 
Few skills every successful web designer needs
Rahul Rana
 
Php developer job description
Rahul Rana
 
Difference between frontend and backend
Rahul Rana
 
Top php frameworks for startups - 2019
Rahul Rana
 
How to use the excel basic functions
Rahul Rana
 
The 6 fastest growing tech jobs | short term computer courses in Chandigarh
Rahul Rana
 
Ad

Recently uploaded (20)

PPTX
Quarter1-English3-W4-Identifying Elements of the Story
FLORRACHELSANTOS
 
PDF
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
PPTX
STAFF DEVELOPMENT AND WELFARE: MANAGEMENT
PRADEEP ABOTHU
 
PPTX
SPINA BIFIDA: NURSING MANAGEMENT .pptx
PRADEEP ABOTHU
 
PPTX
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
PDF
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
PPTX
How to Manage Large Scrollbar in Odoo 18 POS
Celine George
 
PPT
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
PDF
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
PPTX
Views on Education of Indian Thinkers Mahatma Gandhi.pptx
ShrutiMahanta1
 
PDF
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
PDF
community health nursing question paper 2.pdf
Prince kumar
 
PPTX
Stereochemistry-Optical Isomerism in organic compoundsptx
Tarannum Nadaf-Mansuri
 
PPSX
HEALTH ASSESSMENT (Community Health Nursing) - GNM 1st Year
Priyanshu Anand
 
PPTX
PATIENT ASSIGNMENTS AND NURSING CARE RESPONSIBILITIES.pptx
PRADEEP ABOTHU
 
PDF
CEREBRAL PALSY: NURSING MANAGEMENT .pdf
PRADEEP ABOTHU
 
PDF
Zoology (Animal Physiology) practical Manual
raviralanaresh2
 
PPTX
Soil and agriculture microbiology .pptx
Keerthana Ramesh
 
PDF
LAW OF CONTRACT (5 YEAR LLB & UNITARY LLB )- MODULE - 1.& 2 - LEARN THROUGH P...
APARNA T SHAIL KUMAR
 
PDF
Dimensions of Societal Planning in Commonism
StefanMz
 
Quarter1-English3-W4-Identifying Elements of the Story
FLORRACHELSANTOS
 
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
STAFF DEVELOPMENT AND WELFARE: MANAGEMENT
PRADEEP ABOTHU
 
SPINA BIFIDA: NURSING MANAGEMENT .pptx
PRADEEP ABOTHU
 
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
How to Manage Large Scrollbar in Odoo 18 POS
Celine George
 
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
Views on Education of Indian Thinkers Mahatma Gandhi.pptx
ShrutiMahanta1
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
community health nursing question paper 2.pdf
Prince kumar
 
Stereochemistry-Optical Isomerism in organic compoundsptx
Tarannum Nadaf-Mansuri
 
HEALTH ASSESSMENT (Community Health Nursing) - GNM 1st Year
Priyanshu Anand
 
PATIENT ASSIGNMENTS AND NURSING CARE RESPONSIBILITIES.pptx
PRADEEP ABOTHU
 
CEREBRAL PALSY: NURSING MANAGEMENT .pdf
PRADEEP ABOTHU
 
Zoology (Animal Physiology) practical Manual
raviralanaresh2
 
Soil and agriculture microbiology .pptx
Keerthana Ramesh
 
LAW OF CONTRACT (5 YEAR LLB & UNITARY LLB )- MODULE - 1.& 2 - LEARN THROUGH P...
APARNA T SHAIL KUMAR
 
Dimensions of Societal Planning in Commonism
StefanMz
 

Hello android example.

  • 2. In this presentation, you will know how to create the simple Android Hello application. Android training in Chandigarh trainer are creating the simple example of Android using the Eclipse IDE. To create the simple example: 1. Create the new Android project 2. Write the message (optional) 3. Run the Android application How to make android apps
  • 3. Hello, Android example You must follow the 3 steps mentioned above to create the Android Hello application. A) Create the new Android project To create the new Android study project: 1. Select Start a new Android Studio project
  • 4. Provide the following information: application name, company domain, project location and application package name and click next.
  • 5. 3) Select the API level of the application and click Next.
  • 6. 4) Select the Activity type (Empty Activity).
  • 7. 5) Provide the Activity Name and click finish.
  • 8. After finishing the activity configuration, Android Studio automatically generates the activity class and other necessary configuration files. Now an Android project has been created. You can explore the Android project and see the normal program, it looks like this.
  • 9. 2) Write the message File: activity_main.xml Android studio auto generates code for activity_main.xml file. According to your requirement, you can edit this file
  • 10. File: MainActivity.java package first.javatpoint.com.welcome; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); } }
  • 11. 3) Run the android application To run the Android application, click on the run icon on the toolbar or simply press Shift + F10. The Android emulator may take 2 or 3 minutes to boot. So please be patient. After starting the emulator, the Android studio installs the application and launches the activity. You will see something like this.
  • 12. If you want to know more about Android topics, kindly visit Android training institute or contact us. Address: CBitss Technologies, sector 34a, sco 23-24-25, Chandigarh, 160022. Website: http://cbitss.in/android-training-in-chandigarh/