Example usage for Java android.widget Gallery fields, constructors, methods, implement or subclass
The text is from its open source code.
SpinnerAdapter | getAdapter() |
int | getCount() |
void | setAdapter(SpinnerAdapter adapter) The Adapter is used to provide the data which backs this Spinner. |
void | setCallbackDuringFling(boolean shouldCallback) Whether or not to callback on any #getOnItemSelectedListener() while the items are being flinged. |
void | setSelection(int position) |
void | setSpacing(int spacing) Sets the spacing between items in a Gallery |