Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Orion/Planning Meeting/Mobile

< Orion‎ | Planning Meeting
Revision as of 16:34, 18 March 2011 by John arthorne.ca.ibm.com (Talk | contribs) (New page: = Tools for Mobile = * Browser on another device * Size constraints such as screen dimensions/resolution * Device profiles ** What native JS libraries are available on that device * CSS m...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Tools for Mobile

  • Browser on another device
  • Size constraints such as screen dimensions/resolution
  • Device profiles
    • What native JS libraries are available on that device
  • CSS media query to find out device characteristics
  • Pure web vs hybrid web/native applications
  • Simulation libraries for various native APIs
  • Developers don't always have access to all the physical deployment devices
  • Firefox plugins exist for emulating various mobile devices
  • Security, signing of applications

What does mobile need from Orion?

  • Extend editor
    • Content assist to various native or JavaScript APIs
    • What formats are available for API definitions: JSDoc is popular

Simplify workflow of edit/emulate cycle

Back to the top