Is the spinner supported? I cannot find the Add or AddAll methods.
Is this one of the cases I should switch to the native types?
B4X:
Dim B4ASpinner As Spinner
B4ASpinner.Add("Sunday")
Dim B4XSPinnerView As B4XView
B4XSPinnerView. ' no Add or AddAll method
Is this one of the cases I should switch to the native types?