3

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.

rkasula
  • 74
  • 7
  • 1
    I Created a list of three items and then added Evnets to them. when Event is Pressed(CommandEvent)i want to get the hashTable values and Display theme in OtherForm. – rkasula Jan 24 '13 at 12:13
  • The code you posted seems to concat all phones in a String and show it on screen. Is it working? – Telmo Pimentel Mota Jan 25 '13 at 01:29
  • No its not working, When i click the CallHistroy menu item its not Working. I want to Show Details in callHistoryForm in list view how..? – rkasula Jan 25 '13 at 05:43
  • I have tested with textbox but i want to display in list view like phone call History in callhistoryForm – rkasula Jan 25 '13 at 05:47

1 Answers1

1

You can make an static Hashtable in the Midlet class for example, and access to that Hashtable from other pages of your app.

Mun0n
  • 4,438
  • 4
  • 28
  • 46