Is there a way to display web component in the j2me program? I am programming for a s40 series Nokia phone

StackOverflow https://stackoverflow.com/questions/10233684

Question

I am trying to display a small web content in my application. Is there any way to display a web content?

Currently I am displaying a link, and upon clicking that link my application will close and web browser will open to display the web page?

I want to display the web content inside my application without closing my application.

Any help will be highly appreciated.

Thanks,

Était-ce utile?

La solution

HTMLComponent doesnot work upto mark and sometimes control swtching does'nt happen exactly according to flow but still we can use it as we dont have alternative solution in J2ME

Autres conseils

LWUIT has a HTMLcomponent that you can use. It has limitations but can work

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top