Difference between revisions of "Android Studio Development Essentials"

From Techotopia
Jump to: navigation, search
Line 36: Line 36:
 
#* [[Testing Android Studio Apps on a Physical Android Device|Testing the adb Connection]]<br><br>
 
#* [[Testing Android Studio Apps on a Physical Android Device|Testing the adb Connection]]<br><br>
 
# [[The Basics of the Android Studio Code Editor]]
 
# [[The Basics of the Android Studio Code Editor]]
 
+
#* [[The Basics of the Android Studio Code Editor|The Android Studio Editor]]
 +
#* [[The Basics of the Android Studio Code Editor|Splitting the Editor Window]]
 +
#* [[The Basics of the Android Studio Code Editor|Code Completion]]
 +
#* [[The Basics of the Android Studio Code Editor|Statement Completion]]
 +
#* [[The Basics of the Android Studio Code Editor|Parameter Information]]
 +
#* [[The Basics of the Android Studio Code Editor|Code Generation]]
 +
#* [[The Basics of the Android Studio Code Editor|Code Folding]]
 +
#* [[The Basics of the Android Studio Code Editor|Quick Documentation Lookup]]
 +
#* [[The Basics of the Android Studio Code Editor|Code Reformatting]]<br><br>
 
<br><br>
 
<br><br>

Revision as of 14:11, 27 March 2014



Android Studio Development Essentials is currently under development. New chapters are added regularly so check back for the latest updates.

  1. Creating an Example Android App in Android Studio
  2. A Tour of the Android Studio User Interface
  3. Creating an Android Virtual Device (AVD) in Android Studio
  4. Testing Android Studio Apps on a Physical Android Device
  5. The Basics of the Android Studio Code Editor