I am developing a Application in J2Me for Nokia Device.
I have created menu list and added ClickEvents(CommandEvent)
, my problem is how to get hashtable data one by One in Display like listview in another screen by clickEvent.
I am developing a Application in J2Me for Nokia Device.
I have created menu list and added ClickEvents(CommandEvent)
, my problem is how to get hashtable data one by One in Display like listview in another screen by clickEvent.
You can make an static Hashtable
in the Midlet class for example, and access to that Hashtable
from other pages of your app.