February 28th, 2008

Java ME Developer’s Library

Java™ ME Developer’s Library, a new aggregation site within the Forum Nokia community, is a complete resource package for developers. It includes introductory, getting started, tutorial, and API-level information for developers wishing to use the S60 or the Series 40 platforms for developing mobile Java applications or services. This library is available in three formats: HTML online, stand-alone, and Eclipse plug-in.

December 12th, 2007

J2ME with NetBeans

Good news for developers, who use to work with open-source IDEs NetBeans and Eclipse. The latest Nokia Series 40 and S60 SDKs now supports integrations with both of IDEs. Combined with Nokia PC Suite and a Series 40 or S60 SDK, NetBeans offers an easy route to mobilizing your Java skills.

Download NetBeans and the NetBeans Mobility Pack here (http://www.forum.nokia.com/main/resources/technologies/java/netbeans.html?cp-1207A&entry=NetBeansArticle3CTA).

May 30th, 2007

Radio in J2ME

Just a small tip:
to listen to radio in your midlet , use following code example:

Player player = Manager.createPlayer(“capture://radio?f=100.1&st=stereo”);
// This will tune to 100.1 FM frequency in stereo mode

June 10th, 2006

Mobility Device Matrix

The Mobility Center on the Sun Developer Network has updated the Device Matrix, a database tracking the Java characteristics of mobile devices. The new version includes a re-designed user interface and will serve as a robust platform for future enhancements. The new release adds several new devices, bringing the total number of devices to over 250.
See The Java ME Device Table at sun.com.

June 5th, 2006

Getting the IMEI code from Series 40 3rd Edition devices

I searched in internet something about problem with application which I code now, and found interesting trick on Nokia forum . You can get the IMEI code from Series 40 3rd Edition devices in your midlet

Read more … »

Next Entries »