• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Pro JavaFX - App integration

 
Greenhorn
Posts: 11
Android Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Stephen and Dean
Thanks for your time!

Does the book cover the aspects of JavaFX integration on mobile and desktop for the same application?
It shows the differences about each type of development? (if it has differences)

I'm new to JavaFX, so I really dont know what changes from one to another...

Regards!
 
author
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Stephen covers this topic in Chapter 10 as he takes some desktop examples from earlier in the book and discusses what it takes to run them in a mobile environment.

There are a few things you have to consider when running in the mobile environment. Some are obvious such as screen size, but there are other limitations that are less obvious. But generally, as long as you stick to JavaFX's common profile (i.e. the non-desktop-specific APIs) you won't have too much trouble. The common profile does cover most of what you would normally use anyway, so this is not a very harsh restriction.
 
You didn't tell me he was so big. Unlike this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic