Updated Programming Using Java (markdown)

FTC Engineering
2019-07-26 14:15:51 -04:00
parent b2ae030ef6
commit dd9af48030

@ -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). - Not integrated with version control software (such as git).
* Click [here](OnBot-Java-Tutorial) to learn how to program with the OnBot Java tool. * Click [here](OnBot-Java-Tutorial) to learn how to program with the OnBot Java tool.
2. Android Studio - 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 * Advantages
- It has a very powerful integrated development tool. - It has a very powerful integrated development tool.