You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or you can use setItemsIntRange( int fromInclusive, int toInclusive ) to set int ranges more easily.
47
48
* A Collection of integers can have arbitrary values and it's not limited to only a range of positives as with NumberPicker. No more conversion to strings and giving up of easy handling of int values is necessary.
48
49
* No setMinValue and setMaxValue call is necessary. Just set your Collection.
49
50
* Uses AutoResizeTextView so texts that would otherwise be too long are also displayed in a decent way.
@@ -52,6 +53,9 @@ Remember, you can data-bind on these collections too if you wrap them into Obser
52
53
* You can't have the items displayed in a loop (like as with wrapSelectorWheel in NumberPicker).
53
54
* The user can't edit the items from the UI.
54
55
56
+
## Error handling
57
+
Be careful when using setValue or setting a data-binded value variable because if it's invalid ScrollPicker throws a RuntimeException.
0 commit comments