Hi all,
I hope no one posted the same question before...
Does anyone know how to place a wap link in a J2ME application so that the end-user is able to load a picture hosted on a wap site?
Thanks a lot in advance for your input.
Ivan
Printable View
Hi all,
I hope no one posted the same question before...
Does anyone know how to place a wap link in a J2ME application so that the end-user is able to load a picture hosted on a wap site?
Thanks a lot in advance for your input.
Ivan
Did you ever get an answer?....
Solution one: You download the picture yourself over http-connection and then display the picture at the desired position on the screen. Plenty of examples available on both Forum Nokia and Sun's Java ME ([url]http://java.sun.com/javame[/url]) websites.
Solution two (although I guess this is not what you are looking for): With platformRequest(<the url here>) method call you can launch the phone browser to see a picture. However the picture will be shown inside the browser and depending on the device/platform, your midlet might need to exit.
Hartti