Android Question [XUI] Spinner

moster67

Expert
Licensed User
Longtime User
Is the spinner supported? I cannot find the Add or AddAll methods.

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?
 
Top