Creating new android project.
1. Open android studio.
2. Go to File -> New Project
Give required details.
Application name : That is your project name
Company Domain : Used in package
Project Location : Path to store your project
Then go to Next
3.we are making mobile app so select phone and tablet
Select appropriate API from dropdown list for minimum SDK.
Minimum SDK determines backward compatibility.
Then go for next
4. Now it will ask to select Activity. we will go for blank activity. and go for next.
5. It will ask below things:
Now Go For Finish.
It will create new fresh project.
Form now onwards we will play around this project and try to learn and use each component of android.
1. Open android studio.
2. Go to File -> New Project
Give required details.
Application name : That is your project name
Company Domain : Used in package
Project Location : Path to store your project
Then go to Next
3.we are making mobile app so select phone and tablet
Select appropriate API from dropdown list for minimum SDK.
Minimum SDK determines backward compatibility.
Then go for next
4. Now it will ask to select Activity. we will go for blank activity. and go for next.
5. It will ask below things:
Now Go For Finish.
It will create new fresh project.
Form now onwards we will play around this project and try to learn and use each component of android.
No comments:
Post a Comment