How to get Hashtable values ​​and show in a list on another screen using J2me MIDlet

I am developing an application in J2Me for a Nokia device.

I created a menu list and added ClickEvents(CommandEvent)

, my problem is how to get the hash table data one by one in Display like listview on another screen using clickEvent.

+3


source to share


1 answer


You can make it static Hashtable

in the Midlet class, for example, and access this Hashtable

from other pages in your application.



+1


source







All Articles