midp Questions
2
Solved
Could anyone explain what the difference is between CLDC and MIDP?
3
Solved
I am working in J2ME. I want that my MIDlet must run for infinite time. It must not close even I press any of key from my device.
Please help me what should I do for this?
4
Solved
I want to call some RESTful web services from a J2ME client running on a MIDP enabled mobile device. I read the MIDP api for HTTPConnections and thought this is just crying out for a simple wrapper...
2
Solved
I have a written a J2ME application which uses Bluetooth and search a file within the peer mobile and download it. I would like to make my application run in background , whenever I get a call , or...
7
Solved
I have a thread:
Thread t = new Thread(){
public void run(){
ServerSocketConnection scn = (ServerSocketConnection)
Connector.open("socket://:1234");
// Wait for a connection.
SocketConnection...
Blackett asked 6/8, 2010 at 6:40
2
Solved
I am new in J2ME.
In my Application, I want to add the Multiple Records in the Record Store and also want to access it.
How can I add the multiple Records in the Record Store and how can I access...
1
Solved
I am working in J2ME. I want that my application must be automatically started when my device reboots.
I have made Nokia-MIDlet-auto-start: yes entry in my JAD file as suggested in
http://librar...
2
Solved
I'm writing a simple J2ME phone app and I want to save the status of the app when I exit it.
Googling around led me to the FileConnection class:
FileConnection filecon = (FileConnection) Connector...
1
Solved
I am working on a Midlet application. I am finding myself in the need to scale images very often. This has become a problem because some phones are pretty slow and scaling takes too long.
Currentl...
Huey asked 23/11, 2011 at 15:38
3
Solved
I'm trying to create a J2ME app, which talks to webserver using HttpConnection connector.
When I am talking to the WebServer, I have to authenticate using Basic HTTP auth, which normally goes lik...
1
Solved
I am trying to program a very simple Mobile Application (J2ME) in java. The idea is to access a website via URL input and read the contents of the website into a buffer.
Here's the problem. This w...
4
Solved
I'm trying to code an application which runs un different java platforms like J2SE, J2ME, Android, etc. I already know that I'll have to rewrite most of the UI for each platform, but want to reuse ...
Stealage asked 13/5, 2009 at 18:1
4
Solved
I'm looking for an algorithm that rotates an image by some degrees (input).
public Image rotateImage(Image image, int degrees)
(Image instances could be replaced with int[] containing each...
Ornithine asked 27/1, 2009 at 18:19
1
Solved
Let's suppose i have created a text box with a phone number in it prefilled. How do i make a call when a button Call is clicked. The call should be for the number specified in the text box.
How to...
4
Solved
How to get the IMEI of a Java ME device in a common way that is applicable to all devices
3
Solved
I been looking around and at sources like this one they say that a Midlet can invoke another if they are in the same suite, or if they are in the same namespace and in the same jar file.
I do not ...
3
Solved
As for as I know that android application can be developed in core java only. But is it possible to code android with J2ME? Please give some example codes if possible.
5
Solved
I have an j2me application installed on a Nokia S40. Some configuration data is stored in the RMS. Is it possible to overwrite the installed app with a new version? How to keep RMS in the new versi...
1
Solved
I want to read UTF-8 strings from a server that I have control of, using java MIDP.
My server is sending UTF-8 data.
The following code gets close:
c = (StreamConnection) Connector.open(
myServe...
2
Solved
Edit: This makes alot more sense to me now that i've taken a step away from the code, thanks for the help.
Just found stack overflow the other day through Coding Horror and it looks awesome. Figur...
1
© 2022 - 2024 — McMap. All rights reserved.