i think technically, since javafx generates regular bytecode, you could write a javafx app and DEX it to android, but youd have to include javafx runtime as well
On Sat, May 15, 2010 at 4:31 PM, RogerV <[email protected]> wrote: > Question: > > Will the JavaFX language be integrated as a choice for programming > native Android applications that run on the Dalvik VM? > > Today such apps are programmed in the Java language. Java is > imperative. For describing a visual form this manner of coding is > overly verbose. > > We've found in our three years of Flex development that a declarative > language is ideal for programming the View component of the MVC > pattern - the declarative code is much more concise and readily > understandable. It's even possible to reflect natural hierarchies of > the visual form in the way that the declarative source code of the > form is structured. > > JavaFX script language could provide a declarative flavor of coding > views for Android. > > What are the obstacles to overcome for this to possibly happen? > > -- > You received this message because you are subscribed to the Google Groups > "The Java Posse" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<javaposse%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/javaposse?hl=en. > > -- http://mapsdev.blogspot.com/ Marcelo Takeshi Fukushima -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
