Skip to content
Ruben Gees edited this page Sep 16, 2015 · 3 revisions

Specific implementation details for an Option

Option example

Option(String title) / Option(int titleResource)

Constructs an Option with the specified title.

Option(String title, boolean isActivated) / Option(int titleResource, boolean isActivated)

Constructs an Option with the specified title and the specified activation state. If isActivated is true, the Checkbox will be checked, once the user navigates to the Slide with this Option.

init(Context context, int position)

A method which is used internally to resolve resources. Don't call this method yourself.

Clone this wiki locally