Updated Android Studio Tutorial (markdown)

FTC Engineering
2017-09-19 12:58:12 -04:00
parent e44cea4978
commit 8083b95a15

@ -1 +1,22 @@
COMING SOON! ### 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>
### 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)
2. Configuring Your Hardware
* [Configuring Your Android Devices](https://github.com/ftctechnh/ftc_app/wiki/Configuring-Your-Android-Devices)
* [Connecting Devices to an Expansion Hub](https://github.com/ftctechnh/ftc_app/wiki/Connecting-Devices-to-an-Expansion-Hub)
* [Configuring Your Hardware](https://github.com/ftctechnh/ftc_app/wiki/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
* [Downloading the FTC Android Studio Project](https://github.com/ftctechnh/ftc_app/wiki/Downloading-the-Android-Studio-Project-Folder)
4. Writing an Op Mode
* Creating & Running an Op Mode
* Controlling a Servo
* Using Sensors