This is to let you know about another real-life mobile app:
1&1, one of the world’s largest web hosting providers, has successfully launched an Android app, implemented with qooxdoo mobile. The “Cloud Server Management” app allows you to manage your 1&1 dynamic cloud servers: get their current status, install new operating systems, configure CPU, RAM or HDD, shutdown and reboot them, and so on.
Development of the app had a significant benefit from reusing existing code from a similar qooxdoo RIA prototype. This not only reduced development time, but showed once again the advantages of qooxdoo’s multi-platform feature. In short, you implement the fundamental app logic in a clean MVC style, atop of a REST-based transport layer. You then can reuse this common code base and put either a mobile or a RIA view on top.
Packaging of the 1&1 Cloud Server Management app was done via Phonegap, and the resulting native app was published to the Android Market (now called Google Play). This mobile app is another good example, that you can already leverage qooxdoo’s mobile features for production use, despite much of it still being labeled experimental. Of course, the mobile world keeps spinning fast in general, thus give qooxdoo mobile a try and help improving it, e.g. file bug reports or contribute code.




