Simple Android App (First App)
Hi Friends, Today I am going to show you how you make a First Android App.
Follow the following steps to do this.
Steps:-
1) Start Android Studio.
2) Click on Start a new Android Studio Project.
3) Give
i) Application name,
ii) Company domain name (website name)
iii) Project location (Where should your project save?)
Click on next Button.
4) Select minimum factor and SDK level (min sdk version is the minimum version of the Android Operating System required to run your application. target sdk version is the version of Android that your app was created to run on.) then click on next button.
5) Select empty activity and click on next button...
6) Then click on Finish..
7) Wait till project load...
8) Now click on Text option as shown in figure...
9) Paste a XML code in activity_main.xml file
10) Paste a JAVA code in MainActivity.java file
Note:_ replace only my package to yours package name. in my case it is like com.blogspot.amolsoftwares.simpleapp;
11) Final Outpu :-










0 Comments