Re: JavaFX 11 on Android

2018-10-04 Thread John-Val Rose
Johan, I’m guessing that Gluon Mobile and GluonVM will run on Android with JavaFX 11 (eventually at least). Is this correct? Graciously, John-Val Rose Rosethorn Technology > On 5 Oct 2018, at 06:00, Kevin Rushforth wrote: > > >> My proposal would therefore be that I sp

Re: JavaFX 11 on Android

2018-10-04 Thread Kevin Rushforth
My proposal would therefore be that I split the changes into Android/Dalvik/Monocle changes that do not affect any other platform, and create PR's for merging these changes in upstream. While my prototype is working (see https://twitter.com/johanvos/status/1047804607320260608) I need to clean

Re: JavaFX 11 on Android

2018-10-04 Thread David Grieve
You just need Android Studio 3 for try-with-resources. See https://developer.android.com/studio/write/java8-support I've never had a problem using java.util.logging with Android. Logging ends up in logcat. On 10/4/18 2:45 PM, Nir Lisker wrote: But indeed, there are other things (e.g.

Re: JavaFX 11 on Android

2018-10-04 Thread Tom Schindl
On 04.10.18 20:00, Nir Lisker wrote: > Hi Johan, > > Thanks for the work. A couple of questions: > > >> I worked from the openjfx/develop repository and created a version that >> works on Android (will work on iOS soon). > > > I'm not very familiar with the state of mobile. Doesn't Android

Re: JavaFX 11 on Android

2018-10-04 Thread Johan Vos
On Thu, Oct 4, 2018 at 8:01 PM Nir Lisker wrote: > Hi Johan, > > Thanks for the work. A couple of questions: > > >> I worked from the openjfx/develop repository and created a version that >> works on Android (will work on iOS soon). > > > I'm not very familiar with the state of mobile. Doesn't

Re: JavaFX 11 on Android

2018-10-04 Thread Johan Vos
On Thu, Oct 4, 2018 at 7:10 PM Sverre Moe wrote: > Den tor. 4. okt. 2018 kl. 19:01 skrev Johan Vos : > >> Hi, >> >> I worked from the openjfx/develop repository and created a version that >> works on Android (will work on iOS soon). >> This required some changes, as we're running on top of the

Re: JavaFX 11 on Android

2018-10-04 Thread Nir Lisker
Hi Johan, Thanks for the work. A couple of questions: > I worked from the openjfx/develop repository and created a version that > works on Android (will work on iOS soon). I'm not very familiar with the state of mobile. Doesn't Android support only up to Java 8 API? What happens if there is

Re: JavaFX 11 on Android

2018-10-04 Thread Sverre Moe
Den tor. 4. okt. 2018 kl. 19:01 skrev Johan Vos : > Hi, > > I worked from the openjfx/develop repository and created a version that > works on Android (will work on iOS soon). > This required some changes, as we're running on top of the Android VM, > which is not really Java (not even close). > >

JavaFX 11 on Android

2018-10-04 Thread Johan Vos
Hi, I worked from the openjfx/develop repository and created a version that works on Android (will work on iOS soon). This required some changes, as we're running on top of the Android VM, which is not really Java (not even close). The longer-term goal is to run a JVM on Android as well, but that