Updated Android Studio Tutorial (markdown)

FTC Engineering
2019-07-09 14:54:24 -04:00
parent d63671aef0
commit d7f9924ae3

@ -1,23 +1,23 @@
### Introduction
Android Studio is an advanced integrated development environment for creating Android apps. This tool is the same tool that professional Android app developers use. Android Studio is only recommended for advanced users who have extensive Java programming experience.
<p align="center"><img src="https://github.com/FIRST-Tech-Challenge/WikiSupport/blob/master/ftc_app/images/androidStudioScreen.jpg" width="250"><p>
<p align="center">[[/images/Android-Studio-Tutorial/androidStudioScreen.jpg]]<p>
### Table of Contents
1. Introduction
* [The FTC Control System](https://github.com/ftctechnh/ftc_app/wiki/The-FTC-Control-System)
* [Required Materials](https://github.com/ftctechnh/ftc_app/wiki/Required-Materials)
* [Using Your Android Device](https://github.com/ftctechnh/ftc_app/wiki/Using-Your-Android-Device)
* [The FTC Control System](The-FTC-Control-System)
* [Required Materials](Required-Materials)
* [Using Your Android Device](Using-Your-Android-Device)
2. Configuring Your Hardware
* [Configuring Your Android Devices](https://github.com/ftctechnh/ftc_app/wiki/Configuring-Your-Android-Devices)
* [Connecting Devices to a Control or Expansion Hub](https://github.com/ftctechnh/ftc_app/wiki/Connecting-Devices-to-a-Control-or-Expansion-Hub)
* [Configuring Your Hardware](https://github.com/ftctechnh/ftc_app/wiki/Configuring-Your-Hardware)
* [Configuring Your Android Devices](Configuring-Your-Android-Devices)
* [Connecting Devices to a Control or Expansion Hub](Connecting-Devices-to-a-Control-or-Expansion-Hub)
* [Configuring Your Hardware](Configuring-Your-Hardware)
3. Installing Android Studio
* [Downloading and Installing Android Studio](https://github.com/ftctechnh/ftc_app/wiki/Installing-Android-Studio)
* [Disabling Android Studio Instant Run](https://github.com/ftctechnh/ftc_app/wiki/Disabling-Android-Studio-Instant-Run)
* [Downloading the FTC Android Studio Project](https://github.com/ftctechnh/ftc_app/wiki/Downloading-the-Android-Studio-Project-Folder)
* [Downloading and Installing Android Studio](Installing-Android-Studio)
* [Disabling Android Studio Instant Run](Disabling-Android-Studio-Instant-Run)
* [Downloading the FTC Android Studio Project](Downloading-the-Android-Studio-Project-Folder)
4. Writing an Op Mode
* [Enabling Developer Options](https://github.com/ftctechnh/ftc_app/wiki/Enabling-Developer-Options)
* [Creating & Running an Op Mode](https://github.com/ftctechnh/ftc_app/wiki/Creating-and-Running-an-Op-Mode-(Android-Studio))
* [Controlling a Servo](https://github.com/ftctechnh/ftc_app/wiki/Controlling-a-Servo-(Android-Studio))
* [Using Sensors](https://github.com/ftctechnh/ftc_app/wiki/Using-Sensors-(Android-Studio))
* [Enabling Developer Options](Enabling-Developer-Options)
* [Creating & Running an Op Mode](Creating-and-Running-an-Op-Mode-(Android-Studio))
* [Controlling a Servo](Controlling-a-Servo-(Android-Studio))
* [Using Sensors](Using-Sensors-(Android-Studio))