Reputation: 406
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,
Upvotes: 1
Views: 366
Reputation: 534
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
Upvotes: 1
Reputation: 3226
LWUIT has a HTMLcomponent that you can use. It has limitations but can work
Upvotes: 1