Updated Programming Using Java (markdown)

FTC Engineering
2019-07-26 14:16:16 -04:00
parent dd9af48030
commit ade1d9d7ae

@ -2,7 +2,7 @@ The FTC Control System can be programmed using the Java programming language. T
**Important Note:** Both Java programming tools require that the user have an in-depth understanding of the Java programming language. If you are not an advanced Java programmer, then FIRST recommends that you take a look at the [Blocks Tutorial](Blocks-Tutorial) and that you consider using the Blocks tool to program your robot.
1. [OnBot Java](OnBot-Java-Tutorial) - With the OnBot Java tool, a user can create, edit and build _op modes_ through a Chrome web browser.
1. **[OnBot Java](OnBot-Java-Tutorial)** - With the OnBot Java tool, a user can create, edit and build _op modes_ through a Chrome web browser.
* Advantages
- Easy to setup.
- Only requires a Chrome browser to work (i.e., can be run on a Chromebook or a tablet).
@ -14,7 +14,7 @@ The FTC Control System can be programmed using the Java programming language. T
- Not integrated with version control software (such as git).
* Click [here](OnBot-Java-Tutorial) to learn how to program with the OnBot Java tool.
2. [Android Studio](Android-Studio-Tutorial) - Android Studio is the development tool that is recommended by Google to author Android apps. Android Studio can be used to create, edit and build _op modes_ for an FTC robot. However, Android Studio is only recommended for experienced programmers. Inexperienced programmers should use the [Blocks programming tool](Blocks-Tutorial) instead.
2. **[Android Studio](Android-Studio-Tutorial)** - Android Studio is the development tool that is recommended by Google to author Android apps. Android Studio can be used to create, edit and build _op modes_ for an FTC robot. However, Android Studio is only recommended for experienced programmers. Inexperienced programmers should use the [Blocks programming tool](Blocks-Tutorial) instead.
* Advantages
- It has a very powerful integrated development tool.