Contents |
The term fisheye originates from a camera lens, having more detail in the center of the image and less detail on the edges. In a fisheye user interface, the item in focus grows and the non-focus items remain unchanged. A true fisheye list interface would have one item in the middle of the screen, with 2-3 lines of data, a two-line item listing above and below, and all other item having a single line. This thus allows the user to be able to get more content for the item in focus which otherwise might have been missed out with normal view.
Fisheye view can be used in any of the cases where the intent is to display more information to the user for the selected/focused item or portion of the display screen.
This kind of implementation makes sense in applications such as where you have list of items like contacts/buddies etc, or even map/camera kind of applications. For details on map implementation image check [1] Usability First Glossary].
Fish eye can be used when the intention is to show more information for the selected item or the area of the device under focus. The resultant fish eye view/window can be used to show a snapshot of the complete information for the selected item. For example showing the cricket score in 2-3 lines, where you can show the batsmen at the crease, balls faced etc. User can select the list item to explore further, on which if there is still information which would not fit into the fish eye window, you can think about opening a detailed view where the information can be displayed.
The image below shows how the list box looks without the fish eye implementation, where the content is not displayed in a user friendly way so to speak.
|
|
|
|
The image below shows how the list box looks after the fish eye implementation, where the content is displayed in a user friendly way, in multi lines and the details are more clearly visible and also the highlight with different colored background for the selected text gives the window a distinct visibility as compared to the earlier image.
|
|
|
|
|
|
--- Edited by Mayank on 25/06/2009 ---
No related wiki articles found