WHY I STARTED BLOGGING ?
The purpose of creating my blog is, to share more hashtag real life on this little corner of the Internets that I love so much, I plan to start sharing more personal & valuable stuff that I have learned, in such a short time, Some of them include:
Now Let's move to Android
To start a program, you need a piece of software called an IDE or ‘Integrated Development Environment’. The most common IDE for Android development is Android Studio. The others IDE is Eclipse, Xamarin ect..
Step 1: Install the Android Studio. To get the Android Studio Click Here.
Step 2: Use the installer to install Android Studio following its instructions.
Step 3: Let's creata a project:
- 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 "Hello World".
- 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."
Comments
Post a Comment