how to build android app in android studio

Опубликовано: 19 Декабрь 2024
на канале: Programming Techno
8,434
21

how to build android app in android studio
How to Build Your First Hello World Android App with Android Studio?
Android is most used Mobile OS worldwide. Making an android app is not as difficult as one think of. You just need to have minor knowledge about android structure and little java programming. How do you make an Android app?
Everything you need to know to write your first Android Application
Step-1
Install android studio ( we are already done in first video link given bellow)
   • How to Install Android Studio | andro...  
Step-2
• Start Android Studio.
• Start a new Android Studio project.
• Make sure on that Phone and Tablet is the only box that is checked.
• Click on Next.

Step-3
• Select Blank Activity from list of all activities.
• Click on Next.

Step-4
• by default it will give your application name
• then you need to add package name that might contain your company name.
• then choose where you want to store your project.
• If you want to test the app on your own phone, make sure the minimum SDK should be below your mobile’s OS level.
• Click on Finish.



Test the application
Just click on Build button
You should see now your application running under Android Simulation phone. And you are done!