This article describes the Rating mobile Design Pattern.
Contents |
Rating is a technique commonly used to allow mobile application's users to rate the application's content from within the application itself.
OVI Store client

A sample client to browse and search Italian restaurants
This Mobile Design Pattern:
This pattern is useful for all those scenarios where the users wants to be allowed to vote application's content. Since this technique allow users to share their opinion with other application's users, it creates a "social" effect that involves users and promotes application usage.
The Rating functionality is usually implemented within the detail view of the a single content item (e.g.: songs, applications, restaurants, and so on), or in a separate view linked from the item's detail view. When implementing Rating in a separate view, the main details of the item to rate have to be clearly indicated in this other view.
The rating is usually represented by few icons (e.g.: stars) and the user has to be able to set his rating by focusing them and by pressing the LEFT/RIGHT keys of the navigation pad (for non-touch interfaces) or by directly touching the icon relative to his rating (for touch interfaces).
No related wiki articles found