I am trying to check if the picker is loaded or not. The code below errors out because the picker is empty.
Any help would be appreciated...thanks.
B4X:
If Picker.GetItems(0).Size = 0 Then
Any help would be appreciated...thanks.