Hello All,
I am just wondering if it would be allowed for programmers to make use of the Jack Toolchain or the new Android Studio 3.0 Preview 1 with the ftc_app project in order to take advantage of new Java 8 features, such as Lambda Expression support. For anyone wondering, this would be important for my team because we have set up an event-and-handler-driven functionality implementation model which makes use of interfaces. In Java 7, implementing these interfaces inline is very tedious, as it not only creates messy-looking code, but also takes up a lot of document space and calls for lots of boilerplate; in Java 8 it would be far easier and faster. As far as I know, it should work; however, I have not seen it mentioned anywhere in the forums or game manual, so I was wondering if it was just disallowed or there is some other reason it wouldn't be possible. Thanks in advance!
https://developer.android.com/studio...8-support.html
http://tools.android.com/tech-docs/jackandjil
I am just wondering if it would be allowed for programmers to make use of the Jack Toolchain or the new Android Studio 3.0 Preview 1 with the ftc_app project in order to take advantage of new Java 8 features, such as Lambda Expression support. For anyone wondering, this would be important for my team because we have set up an event-and-handler-driven functionality implementation model which makes use of interfaces. In Java 7, implementing these interfaces inline is very tedious, as it not only creates messy-looking code, but also takes up a lot of document space and calls for lots of boilerplate; in Java 8 it would be far easier and faster. As far as I know, it should work; however, I have not seen it mentioned anywhere in the forums or game manual, so I was wondering if it was just disallowed or there is some other reason it wouldn't be possible. Thanks in advance!
https://developer.android.com/studio...8-support.html
http://tools.android.com/tech-docs/jackandjil
Comment