Hello. How can I select an arbitrary selected element of the Gallery component in Android? Under the selection, I mean: lights, contour contour or something else. Thank you in advance.

    1 answer 1

    Gallery inherits from AbsSpinner 'a, and AbsSpinner has methods for managing the selection of setSelection(int location, boolean animate) and setSelection(int location)

    We read to the dock!