


Samples
Fire2Testing is a set of midlets and code samples that aim to help
Fire2 developers understand the basic and advanced concepts of using the library
You can run each midlet in the midlet suite and check the source code of each application.
In the source, detailed comments describe how each application is created.
This application
This application is just a simple midlet which loads this html file from the jar and displays it.
This type of application is really easy to build with Fire. It only takes a few lines of code, check the source code of &lq;SimplePage.java&rq; and see for yourself! :)
Changes of v2.1
Fire 2.1 has many bug fixes and performance improvements over the v2.0 released a couple of months ago.
Some of the chacges are
- PageListener. can be set to receive loadPageCompleted events. Also displayPage is now called loadPageAsync
- animationsEvabled. flag in the FireScreen disables the build-in animations like scroll when needed by the developer (i.e when running on a low-end phone).
- Alerts. have been improved to be easier to use and customize
- Better scrolling. The scrolling logic of the Panel is dramatically improved, increasing the navigation speed and improving the end-user experience
- Better Browser. Noumerous bug fixes on the Browser now allow access to many more sites
- Improved i18n. bug fixes on the HttpClient and other utility classes improve language support
- Common layout. now the Panel and the Container class have the same layout schematic
- GridLayout. now supports both vertical and horizontal navigation, check the «SimpleCalc.java» for an example.
- many more minor improvements that i forgot to note :).