15Jan
Android - Enfis 1-0
No commentsYes, my first (serious) attempt on platform from Open Handset Alliance and Google was a failure! Android beats Enfis 1-0! Incredible, I’ve coded for Gameboy Advanced, XBOX, Java 2 Micro Edition, PlayStation Portable with success … while Android not! Please man, don’t mess with me, I know that Android platform is cool and [...]
Categories: Android, Programming
12Jan
J2ME: how detect Bluetooth API optional package (JSR 82)
5 comments so farSometimes, with a J2ME application, you must detect if the Bluetooth API optional package (JSR 82) is available on target device. For example to dynamically enable or disable networking capabilities of your videogame or to block with an error message, prior execution, your Bluetooth based application. In fact, a J2ME midlet terminates dramatically, if it [...]
Categories: J2ME, Programming