Fri. Apr 26th, 2024

Hello World Program

Click on File and click New and there New Project, once you can new project it will open like below. There you specify your Project name, Company name , project Destination and if you want you can change package name also. Then click on next.
Package Name Convetions:

  • Won’t start with numeric
  • Won’t use Special symbols except underscore
  • All letters should small

Project Name Conventions

  • Won’t start with numeric
  • Won’t use Special symbols
  • First letter should Upper case
  • Wont give any space between if you have multi words.

Create Workspace:
Work space for storing of Data projects which we are doing.
Create one folder some where in PC with name of WorkSpace (it also wont accept spaces between words).
Note: better create folder except C Drive(OS drive)

Here you select the minimum Android version automatically target will fix for highest version which is available in respective system, then click on next..

Here different types of Activities are available but initially you select Empty Activity and click on next
From Here Activity Name (Java) & Layout Name (XML) if you want you can change, and click on finish. Once you click on finish it will 1-2 min to load the project.
Once Project is created it will like below…

By Rajashekar

I’m (Rajashekar) a core Android developer with complimenting skills as a web developer from India. I cherish taking up complex problems and turning them into beautiful interfaces. My love for decrypting the logic and structure of coding keeps me pushing towards writing elegant and proficient code, whether it is Android, PHP, Flutter or any other platforms. You would find me involved in cuisines, reading, travelling during my leisure hours.

Leave a Reply

Your email address will not be published. Required fields are marked *