|
Re: Android Java
So Android uses a Java like environment. Java is the programming language, Android is a platform on which Java can run.
The Java that is used for the cRIO is going to be the same syntax, the issue will be in the available set of classes. Since most of the classes used for the robot are to be found in WPILibJ, there is going to be no other "Java" like it.
Try it out and see, if the mentor knows Java, they should have no issue working with this Java.
|