I could not perform the task using the LWUIT's IO. But I did it easily using the MIDP's HTTPConnection and met no problems.
One small comment about the MIDP's HTTPConnection API. It's synchronous....
Type: Posts; User: azakharo; Keyword(s):
I could not perform the task using the LWUIT's IO. But I did it easily using the MIDP's HTTPConnection and met no problems.
One small comment about the MIDP's HTTPConnection API. It's synchronous....
1. About the protected method readHeaders () and getHeader ()... I tried them. readHeaders () method is not called in my case. As I understand, I have to call it myself if I want to. But I need to...
I send POST request to create some data resource on server. I get Response Code 201 - all is OK. But I also need to get 2 headers from the response. Those headers contain attributes of the created...
OK, I have a rich LWUIT application. One of the screens displays a map with markers. I use Nokia Maps API for that screen. I create MapCanvas object which needs lcdui's Display for its initialization...
I already use it in my application! Specifically, I use LWUIT_Blackberry_4_7_OrNewer.jar library from LWUIT 1.5.
The question is how to get MIDP's lcdui Display when you use the port (you do not...
Hi Petrib,
Yes, you are right!
I asked there also.
I decided to ask here, since many mobile developers use LWUIT and develop applications for more than just 1 mobile platform.
Regards, ...
I have a LWUIT-application which I also want to run on Blackberry phones. For this I use the approach from the LWUIT Demo App - common implementation is placed in a separate project (the base), there...
I've solved the problem. I use the popup dialog similar to the one implemented in "Meet Me For Dinner" sample application. All necessary info can be found...
Hi,
After some additional investigations I decided to use Nokia Maps. And now I have a working application which displays interactive map with my data markers on it and also my current location. ...
Hi,
I need to display an additional info for a marker when it's clicked. I expected to find a way how to display a popup window (like a tooltip) with a short description on marker click, but...
I think I've found the answer at
http://www.developer.nokia.com/Develop/Maps/Quota/
Hi Skalogir,
I have 1 more question related to the Nokia Map API.
I've just read the Terms of Service.
What about possible fees? What if develop a commercial mobile application?
I found the...
Hi Skalogir,
Thanks for your answer!
I will try Nokia Maps API.
BTW,
Re:
> Nokia Maps allows up to 1,000 render requests per unique IP address and if you regester with this site you can...
Hi,
I am developing JavaME LWUIT application which needs to display some data on map.
And I'd like to use Google Maps for this.
I thought about the requirements to the maps and their user...
Hi,
We are developing an application which takes audio from the microphone and does some analysis. We found during the analysis, that AGC is implemented on the microphone subsystem. Also I have...
I have answered my own question.
See
http://stackoverflow.com/questions/8412380/lwuit-tabs-how-to-mark-the-currently-selected-tab
I know the reason of the difference (WTK vs real phone) - Nokia 5800 and C7 mobiles are touch mobiles, Sun WTK emulator having non touch mobiles. So Selected and Unselected style working fine on...
Hi,
I have 4 tabs. Each tab is represented by a button. Those buttons are used to select the currently displayed tab. Each button has an icon and text.
I'd like to highlight the currently...
Hi Igor,
Thanks for reply!
> you will have to implement sound spectrum analyzer first and then
> invent some protocol to communicate with your device
>
This is exactly the way we are...
Hi, Frasene!
Thank You for your help!
Have a nice day!
Hi!
I am developing a game where big pauses happen when no user actions (1-5 min).
I'd like the user can watch what happen in the game during those pauses.
Usual phone has 2 power-saving...
Hi, skalogir!
Thanks for your help!
Hi!
I meant wired headphones which are connected through an audio jack. It would be great to get a code example!
Thanks for your help!
Hi,
Thanks for your reply!
First of all, I did not catch your idea about JavaME client and server on different terminals. My understanding was that I needed only JavaME client on a mobile...