0
votes

I would like to create an "Options" screen in a blackberry application, so when running the application they click the blackberry button and have an "Options" MenuItem. I can create this manually, but I wonder if there's a standard way to do it, as I noticed all of the standard applications (contacts, calendar, messaging, etc) all have a standard look and feel.

Please note I am not talking about the OptionsManager/OptionsProvider - these are to provide options for the application in the global settings, not within the application itself.

2

2 Answers

1
votes

As I know, there is no standard option screen in BlackBerry. Take a look on Implement advanced buttons, fields, and managers. There is FieldSet component inside their sample project, it allows to create layouting and styling very similar to standard option screens.

0
votes