|
|
|
|
|
by Tichy
6938 days ago
|
|
So how does flashlite manage to support all devices bug free? Do they just have better quality checks? Like phone might have differing sound chips or whatever, the VM has to account for it. Somehow I doubt that flashlight will be so much more successful than Java with portability? Actually I think you can deploy Java on all Java devices, if you heed certain constraints. But then the application probably won't look very good and will lack some usability features (ie maybe you wouldn't use the soft-keys for navigation or you wouldn't use fullscreen mode, and no sound). A big problem of mobile Java is the inconsistent font support, though - maybe if flashlights has better standards, it would be a huge improvement. With Java, you don't know how the fonts really look, and measuring the fonts dimensions is usually unreliable, too. So creating a decent layout is really difficult... |
|