java-me

What are the various options to parse a XML in android mobile device?

Hi, I have a huge set of xmls(2000 files each having 500 lines) to be parsed in Android for fetching the information from it. All the files will be present in the device. I had this to be done in iPhone and i accomplished it by converting all the XMLs to PLIST files. The PLIST processing in a iOS was faster than parsing a XML in iphone....

How should display the textfield in the specific position inside the form of j2me?

how? Display the TextField in the form in the custom position (that is the position is dynamic).That is displaying the text field in a specific point,co-ordinates,position,etc in the form using j2me. ...

How to add a link to the "create SMS" page in Sony Ericsson in J2Me?

Hi everyone. I'm developing a J2Me application. Currently I'm trying to add properties to my app specifically for the Sony Ericsson. I have a W705 Sony Ericsson mobile phone. My app sends SMS messages and so far what I can do is: when a user enters the app he fills a form and the app sends the SMS. That's nice, but I want it to be mor...

how to write a layout manager?

I'd like write a layout manager for j2me. I already have widgets and panels (panel is a set of widgets in this context). Now I'd like to add dynimc layout management so when i call doLayout on the outer most panel, internal widgets and panels rearrange according device's width and height. I was wondering whether there any well known pa...

Email cache database design

Hello! Can you advice how to store email MessagePart hierarchy into database (SQLite)? Parts can be of different MIME type (text, image, etc). Also they can be multipart. The only way I see is to store all parts in single MessageParts table with content_bytes field and mime_type field + parent_id for multipart Is it ok? Is there some...

Displaying a table with textbox in j2me?

How should we do the below the scenarios in j2me. Display the table.Inside the table, the cells are need to be textbox.The cells have any values .User was able to edit it.If user select the cell then he edit means the cell will shrink and enlarge based on values like Ms-Excell. ...

How should I handle the key events in J2ME?

How should I handle the key events for CustomItem in J2ME? ...

Preverify jar for BlackBerry

I am using the ksoap library to access a web service from my BlackBerry app. I need to preverify ksoap.jar, but I can't find any clear information about this. How do I preverify ksoap.jar? ...

J2ME problem in using TWUIK framework

hello all, i am developing application in which requirement is to use TWUIK framework in J2ME i have worked with j2me polish as well as LWUIT but i didnt find any kind of help regarding TWUIK. Even i am not able to create sample application which simply contain two textbox for login. core style in TWUIK is to creating every component o...

encrypt PBEWithMD5AndDES in j2me

i'm triing to get this code to work on j2me (it is working a java program) but not yet in j2me public static String generate(String plaintext, String passphase) throws Exception { try { PBEKeySpec pbeKeySpec = new PBEKeySpec(passphase.toCharArray()); PBEParameterSpec pbeParamSpec; SecretKe...

Nokia 6212 platformRequest( ) to open a video

Hi, I have asked the question on the Nokia Forum but to no avail. So have opened this question up to the greatness of the stackoverflow community. Has anyone been able to use the platformRequest method defined by in MIDP 2.1 JSR to open a video on a Nokia 6212? The Forum Nokia Library states: In Series 40, native applications are ...