I am doing project in j2me for Nokia s60 devices This project has lo开发者_如何转开发t of PNG images and Sprite images there. All images are unique, so my project jar size is near 10MB. If I compress
I\'m developing blackberry application for OS 5.0 and later. Using xml parsing I have to display data on perticular screen. From the backend I\'m getting one url which will be display in screen. I hav
There is a Date-like String data from a csv String data开发者_开发知识库, that is the Date-like String data has a form of dd/mm/yyyy. I want to implement a method which compares two Date-like String d
In the past I have used: import net.rim.blackberry.api.browser.BrowserSession; BrowserSession browserSession = Browser.getDefaultSession();
I am developing an app in Java ME using Netbeans IDE, where I\'m creating 3 Forms which contains Button, Command (OK and back) and Image in the 1st Form.
I have read the knowledgebase article \"Streaming media - Start to finish\"It is working fine.When I click the open video, the player screen is open. When I click the back button before the player is
In Java ME, I need to do a simple string substitution: String.format(\"This string contains placeholders %s %s %s\", \"first\", \"second\", \"third\");
Hy, I\'ve got some problem with my xml parser again :D I parse a string with org.w3c.dom.Document He code:
I am getting a ClassCastException while debugging my application. obj = (CommonFeedBean) ResponseHandler_Review.vectorLocation1.elementAt(i);
I connect to two servers (PROD is https, test server is http) on my applicaitons. on J2ME: I can connect to this two servers without a problem.