Planning Screens and Their Relationships

Source: Internet
Author: User

Most apps have an inherent information model that can be expressed as a tree or graph of object types. in more obvious terms, you can draw a distriof different kinds of information that represents the types of things users interact with in your app. software engineers and data Processing ts often use entity-relationship diagrams (ERDs) to describe an application's information model. http://blog.csdn.net/sergeycao

Let's consider an example application that allows users to browse through a set of categorized news stories and photos. One possible model for such an app is shown below in the form of an ERD.

 
 

Figure 1. Entity-relationship dimo-for the example news application.

Create a Screen List
Once you define the information model, you can begin to define the contexts necessary to enable users to define tively discover, view, and act upon the data in your application. in practice, one way to do this is to determine the exhaustive set of screens needed to allow users to navigate to and interact with the data. the set of screens we actually expose shocould generally vary depending on the target device; it's important to consider this early in the design process to ensure that the application can adapt to its environment.

In our example application, we want to enable users to view, save, and share categorized stories and photos. Below is an exhaustive list of screens that covers these use cases.

Home or "launchpad" screen for accessing stories and photos
List of categories
List of news stories for a given category
Story detail view (from which we can save and share)
List of photos, uncategorized
Photo detail view (from which we can save and share)
List of all saved items
List of saved photos
List of saved stories
Dimo-screen Relationships
Now we can define the directed relationships between screens; an arrow from one screen A to another screen B implies that screen B shoshould be directly reachable via some user interaction in screen. once we define both the set of screens and the relationships between them, we can express these in concert as a screen map, which shows all of your screens and their relationships:

 
 

Figure 2. Exhaustive screen map for the example news application.

If we later wanted to allow users to submit news stories or upload photos, we cocould add additional screens to this digoal.

Go Beyond a Simplistic Design
At this point, it's possible to design a completely functional application from this exhaustive screen map. A simplistic user interface cocould consist of lists and buttons leading to child screens:

Buttons leading to different sections (e.g., stories, photos, saved items)
Vertical lists representing collections (e.g., story lists, photo lists, etc .)
Detail information (e.g., story view, full-screen photo view, etc .)
However, you can use screen grouping techniques and more sophisticated navigation elements to present content in a more intuitive and device-sensitive way. in the next lesson, we recommend E screen grouping techniques, such as providing multi-pane layouts for tablet devices. later, we'll dive into the varous navigation patterns common on Android.

 

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.