Monday 1 May 2017

Start up android studio


 Basic for the Android   

     Android application are always written in the JAVA programming language. Android having one tool named SDK tools. This SDK tools compile the code along with the data and resources file.android file archive file with an .apk suffix. APK files contains all the contents of android application . That files are android powered device use to install application.
       
      The three important classes of the android platform that are content ,activity and intent. These three component from the building blocks for Each activity within an application has a unique purpose and user interface each and every application. An Android application is a collection of tasks, each of which is called an activity.

Here are some steps to install android studio....

Step 1 - System Requirements

You will be delighted, to know that you can start your Android application development on either of the following operating systems −
  • Microsoft® Windows® 10/8/7/Vista/2003 (32 or 64-bit)
  • Mac® OS X® 10.8.5 or higher, up to 10.9 (Mavericks)
  • GNOME or KDE desktop
Second point is that all the required tools to develop Android applications are open source and can be downloaded from the Web. Following is the list of software's you will need before you start your Android application programming.

  • Java JDK5 or later version
  • Java Runtime Environment (JRE) 6
  • Android Studio