Creating a simple application using Android Studio
When you open the Android Studio the following screen will be prompted
Select "Start a new Android Studio Project" |
Give a name to your project and click 'Next' |
Here you can choose the least version of android in which your app can run. Then click 'Next' |
Select "Empty Activity" and click 'Next' |
Here you can give the "Activity Name"(Leave the 'Activity' part in your name) Then click 'Finish' |
Comments
Post a Comment