How can I Creat android apps by my mubile ?
Answers
Explanation:
This tutorial will teach you the basics of how to build an Android app using the Android Studio development environment. As Android devices become increasingly more common, demand for new apps will only increase. Android Studio is an easy to use (and free) development environment to learn on. It's best if one has a working knowledge of the Java programming language for this tutorial because it is the language used by Android. There won't be much code used in this tutorial, so I will assume that you know enough Java to understand or are willing to look up what you don't know. This will take roughly 30-60 minutes, depending on how quickly you are able to download and install Android Studio. After using this tutorial to create your first Android app, you'll be well on your way to a fun new hobby or possibly even a promising career in mobile development.
Open Android Studio.
Under the "Quick Start" menu, select "Start a new Android Studio project."
On the "Create New Project" window that opens, name your project "HelloWorld".
If you choose to, set the company name as desired*.
Note where the project file location is and change it if desired.
Click "Next."
Make sure on that "Phone and Tablet" is the only box that is checked.
If you are planning to test the app on your phone, make sure the minimum SDK is below your phone's operating system level.
Click "Next."
Select "Blank Activity."
Click "Next."
Leave all of the Activity name fields as they are.
Click "Finish."