A skeuomorphic UI element where a wheel can be spun to change a displayed value.

learn more… | top users | synonyms

2
votes
1answer
89 views

In Android application, when to use View control instead of Tab

I develop a shopping application for one company. First time I design to use Tab to categorize product in shop. But I am not sure Ishould use "View control" instead of "Tab" or not. Tab and View ...
-4
votes
2answers
227 views

Sharepoint Style Ajax Loader/Spinner [closed]

Does anyone know where I can find a spinner or ajax loader like the one Sharepoint uses? That is by far the most awesome loader I have seen. If anyone knows of an even more awesome loader then please ...
1
vote
1answer
2k views

Android: Action bar vs. Toolbar, Spinner vs. Dropdown

Is there any distinction between the key functionality of Android controls: Action bar vs. Toolbar, Spinner vs. Dropdown. To me they seem to be the same and I wonder if there is a reason of ...