Blog Details

img
Design

Hello World Android

Spoke Right / 20 Nov, 2023

How to make android apps,


Here, we are going to create the simple hello android application using the Eclipse IDE. Follow the below steps:


  • Create the new android project
  • Write the message
  • Run the android application

  • Feed the required information like Application name, Language, API level, Project location and Package name of the application.
  • Click finish.

Internal Details of Hello Android Example:

Various components such as java source code, string resources, images, manifest file, apk file, etc are present in an Android application. Here, we will discuss the project structure of an android application.

Java Source Code:
The java source file created by the Eclipse IDE:

0 comments