Blackberry: select item in a list, return to previous screen
问题 I have prepared a very short test case (s. below) for my question. On a button click I would like to display a list of strings in a new screen. After the user selects one item in the list, the previous screen should be displayed again and the button label should be set to the selected string. My 2 problems are: From inside the menu I don't know how to pop the currently displayed screen How to pass the selected item from one screen to another (assuming I don't want to introduce a public