On the ios,android and WP three mobile platforms, iOS availability is the highest user acceptance, but Android and WP also have a lot of their own platform design highlights, This chapter focuses on the two features of Android and Windows view mode: Viewpager & &http://www.aliyun.com/zixun/aggregation/37954.html "> nbsp; Pivot. And bloggers are very responsible for saying that these two view modes are superior to the iOS platform.
1. Interpretation of nouns
Android Viewpager
Viewpager is actually a view pattern arranged by a sibling tab, which enables users to switch between tabs through the simplest left and right gestures. The most common such as Google Official application: Play shop, play music.
Operation gesture: The area of the slide or click on the title can be achieved to switch views
Official document Description of this view: Click to view
Fixed Tabs
Fixed tabs are synch visible on the screen, and can ' t is moved out of the way like scrollable. The Fixed tabs in the main action bar can move to the top bar while the screen orientation changes.
Use the fixed tabs to support quick changes inclusive nonblank or three the app views. The Fixed tabs should synch allow the user to navigate inclusive the "views by" swiping left or right in the content area.
Developers can view the official Android APIs: Click to view
Advantages and disadvantages of Viewpager in practical applications:
Advantages: The whole screen left-right sliding is one of the easiest operation gestures, Viewpager can facilitate the user in the same level view quickly switch, the first entry page can load two pages at a time, reduce the number of requests. Disadvantage: For first-time users, Viewpager does not allow users to understand a number of views and the name of the view, not more than 5 views, and from the brisk view back to the view must slide 4 times.
Windows Phone's pivot view
Pivot can be translated into pivot view or tab view, for the user needs to switch frequently the sibling page, the design concept with the Android Viewpager, the only difference is that pivot view can be cycled.
Operation gesture: The area of the slide or click on the title can be achieved to switch views
Pivot Scope of application:
Register Login Product List page tab filter the sibling level below the Panorama view simply focus on the page where the content ignores the structure of the official document for the description of this view: Click to view
2. Case description
Need to present a complete product detail page in a mobile phone screen, product details page including
Product profile Information Base information additional information details
So using the design specifications of iOS to present this page should look like this:
After reading all the information you need to jump four pages, you need to press three times to return the key.
Rendering such a page in Viewpager and pivot view mode requires simply sliding around, and if there are fewer views, the program can control the completion of all information for a single server request.
In this case, we can find that if the user has a certain cognitive ability, the switching efficiency of these two views is significantly higher than the list of iOS jump.
If there are errors in the text, please indicate the source, thank you! Source Address: http://www.54xiaomeng.com/?p=681
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.