I want to create a Header on my j2me lcdui list Screen. How can I create it? When I click on my lcdui list screen, I will navigate to lcdui form screen, that time header will has to be same.

How can I create? I have used this class com.nokia.mid.ui.DirectUtils but failed.

有帮助吗?

解决方案

You can insert an advertisement Image with empty String using List.insert.

list.insert(0, "", adImage);

But this image might be scrolled up if you have enough items in the list. If you need an advertisement image fixed under the title you might consider using LWUIT instead of LCDUI.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top