English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

how to make a midlet in which when we click in ok of first page it leads to another page and when we click ok of second page it leads to third page and go on

2006-11-14 05:17:40 · 1 answers · asked by bhuvan p 2 in Computers & Internet Programming & Design

1 answers

It seems to me you're doing this for your homework or college assignment.
To do this easily, you can create pages using Canvas class, with each Canvas has its own display layouts. But if the pages are simply text, then why don't you just use an array of string variable to hold the content of the pages? It is easier and less error-prone, since using too many Canvas can produce overhead memory use taken by the MIDlet.

2006-11-15 23:20:47 · answer #1 · answered by erikuma 3 · 0 0

fedest.com, questions and answers