From 6e541a6f2d5d5d0d59369a3d11b39196e9e031e5 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Thu, 27 Jun 2019 12:00:19 -0400 Subject: [PATCH] Updated Choosing a Programming Tool (markdown) --- Choosing-a-Programming-Tool.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Choosing-a-Programming-Tool.md b/Choosing-a-Programming-Tool.md index f637901..a79bbbf 100644 --- a/Choosing-a-Programming-Tool.md +++ b/Choosing-a-Programming-Tool.md @@ -6,11 +6,11 @@ You will need to select a programming tool to be able to write op modes for your 2. **The FTC OnBot Java Programming Tool** - A text-based programming tool that lets programmers use a web browser to create, edit and save their Java op modes. This tool is recommended for programmers who have basic to advanced Java skills and who would like to write text-based op modes. -

+

[[/images/Choosing-a-Programming-Tool/onBotJavaScreen.jpg]]

3. **Android Studio** - 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/Choosing-a-Programming-Tool/androidStudioScreen.jpg]]

Each tool has its own merits and weaknesses. For many users (especially rookies and novice programmers), _**the FTC Blocks Programming Tool is the best overall tool to use**_. The Blocks Programming Tool is intuitive and easy-to-learn. It is the fastest way to get started programming your robot.