1

I am developing a MIDlet for a Nokia (series 40). I want to display an HTML content. How can I do that?

bharath
  • 14,283
  • 16
  • 57
  • 95
Nimmy
  • 5,051
  • 7
  • 33
  • 32

2 Answers2

2

I've been trying to find this out myself. I've found a 2 midlet ereader that have some support html -- but that's not the OP question. There is PocketLearn commercial J2ME HTML component. And I just found LWUIT 1.4, which sounds promising.

LWUIT 1.4 release notes:

The Lighweight UI Toolkit version 1.4 provides the following new or changed features:

XHTML Support - LWUIT Now features the ability to render XHTML-MP 1.0 content and partial support for WCSS. LWUIT Browser demo application - new demo application showing the usage of the HTML component.

dach
  • 21
  • 3
1

You can use j2mehtml for displaying html content in J2ME.

Joachim Sauer
  • 302,674
  • 57
  • 556
  • 614
Mr. Sajid Shaikh
  • 7,051
  • 4
  • 21
  • 35