Search code examples
java-melwuitlwuit-list

How to custom list item with 2 texts and image in Lwuit, j2me


Basically I do like this

list = new List("Hello List", List.IMPLICIT, LIST_ITEMS, null);

...

list.append(titles,images); // 1 text, 1 image

but, I wanna add descriptions to list item too. (titles, descriptions, images)

How can I do that? Do you have any example?

thank you so much.


Solution

  • You can take a look here in the LWUIT blog.

    Here you can see an example with some code

    LWUIT CellRender