WHY I STARTED BLOGGING ?

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:

  • Making new connections and friends,  
  • Meeting people all over the world, 
  • Helping others, 
  • Being a storyteller, 
  • Having a calmer lifestyle, 
  • Gaining new valuable skills, 
  • To inspire others, 
  • Showing your creative outlet, 
  • Sharing your innovative thoughts, 
  • Growing your business  etc. 


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:
  1. Open Android Studio.
  2. Under the "Quick Start" menu, select "Start a new Android Studio project."
  3. On the "Create New Project" window that opens, name your project "Hello World".
  4. If you choose to, set the company name as desired*
  5. Note where the project file location is and change it if desired.
  6. Click "Next."
  7. Make sure on that "Phone and Tablet" is the only box that is checked.
  8. If you are planning to test the app on your phone, make sure the minimum SDK is below your phone's operating system level.
  9. Click "Next."
  10. Select "Blank Activity."
  11. Click "Next."
  12. Leave all of the Activity name fields as they are.
  13. Click "Finish."
*Note: It is typical naming convention in Android projects to set the company name as some form of "example.name.here.com".


Comments