Difference between revisions of "Android Studio Development Essentials - Android 6 Edition"

From Techotopia
Jump to: navigation, search
Line 89: Line 89:
 
#* [[A Guide to the Android Studio Designer Tool - Android 6|Type Morphing]]
 
#* [[A Guide to the Android Studio Designer Tool - Android 6|Type Morphing]]
 
#* [[A Guide to the Android Studio Designer Tool - Android 6|Creating a Custom Device Definition]]<br><br>
 
#* [[A Guide to the Android Studio Designer Tool - Android 6|Creating a Custom Device Definition]]<br><br>
#* [[Designing a User Interface using the Android Studio Designer Tool - Android 6|Designing a User Interface using the Android Studio Designer Tool]]
+
# [[Designing a User Interface using the Android Studio Designer Tool - Android 6|Designing a User Interface using the Android Studio Designer Tool]]
 
#* [[Designing a User Interface using the Android Studio Designer Tool - Android 6|An Android Studio Designer Tool Example]]
 
#* [[Designing a User Interface using the Android Studio Designer Tool - Android 6|An Android Studio Designer Tool Example]]
 
#* [[Designing a User Interface using the Android Studio Designer Tool - Android 6|Creating a New Activity]]
 
#* [[Designing a User Interface using the Android Studio Designer Tool - Android 6|Creating a New Activity]]
Line 98: Line 98:
 
#* [[Designing a User Interface using the Android Studio Designer Tool - Android 6|Using the Hierarchy Viewer]]<br><br>
 
#* [[Designing a User Interface using the Android Studio Designer Tool - Android 6|Using the Hierarchy Viewer]]<br><br>
 
# [[Creating an Android 6 User Interface in Java Code]]
 
# [[Creating an Android 6 User Interface in Java Code]]
 +
#* [[Creating an Android 6 User Interface in Java Code|Java Code vs. XML Layout Files]]
 +
#* [[Creating an Android 6 User Interface in Java Code|Creating Views]]
 +
#* [[Creating an Android 6 User Interface in Java Code|Properties and Layout Parameters]]
 +
#* [[Creating an Android 6 User Interface in Java Code|Creating the Example Project in Android Studio]]
 +
#* [[Creating an Android 6 User Interface in Java Code|Adding Views to an Activity]]
 +
#* [[Creating an Android 6 User Interface in Java Code|Setting View Properties]]
 +
#* [[Creating an Android 6 User Interface in Java Code|Adding Layout Parameters and Rules]]
 +
#* [[Creating an Android 6 User Interface in Java Code|Using View IDs]]
 +
#* [[Creating an Android 6 User Interface in Java Code|Converting Density Independent Pixels (dp) to Pixels (px)]]<br><br>
 +
# [[Using the Android 6 GridLayout Manager in Android Studio Designer]]
 +
  
 
<google>BUY_ANDROID_STUDIO6</google>
 
<google>BUY_ANDROID_STUDIO6</google>

Revision as of 21:20, 28 December 2015

Table of ContentsNext
Introduction



© 2015 Neil Smyth / Payload Media. This eBook is provided for personal use only. Unauthorized use, reproduction and/or distribution strictly prohibited. All rights reserved.


<google>BUY_ANDROID_STUDIO6</google>


Table of Contents

  1. Introduction
  2. Setting up an Android Studio Development Environment
  3. Creating an Example Android 6 App in Android Studio
  4. A Tour of the Android Studio User Interface
  5. Creating an Android 6 Virtual Device (AVD) in Android Studio
  6. Testing Android Studio Apps on a Physical Android 6 Device
  7. The Basics of the Android Studio Code Editor
  8. A Guide to the Android Studio Designer Tool
  9. Designing a User Interface using the Android Studio Designer Tool
  10. Creating an Android 6 User Interface in Java Code
  11. Using the Android 6 GridLayout Manager in Android Studio Designer


<google>BUY_ANDROID_STUDIO6</google>



Table of ContentsNext