From 8083b95a15e9bacd54e0262dcd35b4129ff2bdd0 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Tue, 19 Sep 2017 12:58:12 -0400 Subject: [PATCH] Updated Android Studio Tutorial (markdown) --- Android-Studio-Tutorial.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/Android-Studio-Tutorial.md b/Android-Studio-Tutorial.md index 8dcc490..cfddc7a 100644 --- a/Android-Studio-Tutorial.md +++ b/Android-Studio-Tutorial.md @@ -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. + +

+ +### 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