From d7f9924ae3a35836a009b2faea375ef6155b120c Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Tue, 9 Jul 2019 14:54:24 -0400 Subject: [PATCH] Updated Android Studio Tutorial (markdown) --- Android-Studio-Tutorial.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Android-Studio-Tutorial.md b/Android-Studio-Tutorial.md index 9cd3b13..42b60ca 100644 --- a/Android-Studio-Tutorial.md +++ b/Android-Studio-Tutorial.md @@ -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. -

+

[[/images/Android-Studio-Tutorial/androidStudioScreen.jpg]]

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