ANDRO
ANDROID STUDIO
Submitted by : Swapanpreet Kaur
(GU-2016-1110)
What Is ANDROID?
• Android is open source and linux –Based
operating system for mobile device such as
smartphones , tablets , computer was
developed by OHA (Open Handset Alliance).
• Android app can be developed in C , C++,
Kotlin , Java and SDK But now these days
android support NDK (Native Development
kit).
History of Android Versions
1st Step :How to create a new project
in android studio?
2nd Step Is: Target Android Devices
3rd Step is add an activity to mobile
4th Step is Configure Activity
Internal Details of Android Studio
Internal Details of Android Studio
• MainActivity in Java Source
• R.Java is Generated to R.Java(it contains the
ID).
• Drawable
• Activity.main.xml
• String xml Resourses
THANKS

Android studio ppt

  • 1.
    ANDRO ANDROID STUDIO Submitted by: Swapanpreet Kaur (GU-2016-1110)
  • 2.
    What Is ANDROID? •Android is open source and linux –Based operating system for mobile device such as smartphones , tablets , computer was developed by OHA (Open Handset Alliance). • Android app can be developed in C , C++, Kotlin , Java and SDK But now these days android support NDK (Native Development kit).
  • 3.
  • 4.
    1st Step :Howto create a new project in android studio?
  • 5.
    2nd Step Is:Target Android Devices
  • 6.
    3rd Step isadd an activity to mobile
  • 7.
    4th Step isConfigure Activity
  • 8.
    Internal Details ofAndroid Studio
  • 9.
    Internal Details ofAndroid Studio • MainActivity in Java Source • R.Java is Generated to R.Java(it contains the ID). • Drawable • Activity.main.xml • String xml Resourses
  • 10.