Cook Your Wireless Application

Initiate developers towards Wirefree Solutions …

Entries for the ‘J2me’ Category

File Handling in J2me.

_________________________________________________________________________
||–|| File Handling Example ||–||
This example explains how we can use File handling API JSR 75 on J2me Handheld.I have used SonyEricsson Handset to test the Code. The following code does very simple job, It save the image in the File system of the phone. _________________________________________________________________________
Please click on more to see code ….

Comments (4)

LWL (Light weight logger)

LWL (Light weight logger).

Release Features 
1.       Logger has very less number of classes.
2.       Easily configurable Logging levels.
3.       J2ME LWL view can easily differentiate logs on the bases of Logging levels.
4.       J2me LWL can ignore logs on the bases of logging levels.
5.       J2me LWL can be easily switched off or switched on.
Logging API
Logging Levels Interface
Logging levels […]

Leave a Comment