I try to create a MIDlet that provides a publically available service but the code below is not enough. The service is on (no exceptions) but still not discoverable.
As i am working on a reminder application, i need to show the reminder dialog whenever the set date has arrived for a particular data. I am using the following code to store the date.
How to setup/configure the environment \"CDC-1.0/Foundation-1.0,J2SE-1.3\" of an OS (for example开发者_开发知识库 windows XP, linux)?
For example, I just developed an embedded SWT applic开发者_C百科ation which require CDC/FP1.0 j2se1.3 (I use the eclipse IDE), but how to test this application to see if it is can really run on embedd
My requirement is like this. I need to read a file from the Mobile phone using a file connection, create a thumbnail of that image and post to the server. I am able to read the image using the FileCon
I have got a problem with my MIDlet applicat开发者_JS百科ion. Whenever I execute this MIDlet the emulator shows the error: \'This application does not use the screen, and runs in background\'.
I want to implement peek and remove methods , similar to Java\'s Queue.peek() and Queue.remove() , in Blackberry application. I have a custom queue implementation, but how do I get to peek at elements
I want to sort a v开发者_运维问答ector contains like [a,b,1,3,5,z] both ascending and descending on Java ME, i.e. without using function like Collections.sort() Implement a sorting algorithm yourself
I upload a file from a Nokia N97 phone to server, everything works fine but after file is uploaded I want to get response from server. The problem is that I get response only after half a minute or mo
I developed a J2ME app using LWUIT and it works fine but when I try the app on a mobile phone with Windows Mobile 6 it displays the virtual keyboard overlapping the softkeys until I double clik it.