On-Device Debugging And JUnit 5 (opens in new tab)
This is the first follow-up to Friday's release post and it covers the two changes from this release that affect how you iterate on a Codename One app rather than what the app itself does. On-device debugging that treats Java as Java on a real iPhone or a real Android device, and standard JUnit 5 against the JavaSE simulator. The first is the one we have been wanting for a long time, and is the one that takes the most explaining, so most of the post is about it. What is Codename One? Codename...
Read the original article