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