案例冷门CS之Tech Gadgets App
当前位置:以往案例 > >案例冷门CS之Tech Gadgets App
2018-03-18

Requirements Document

Application title: Tech Gadgets App

Purpose: The Tech Gadgets app shows the top five technology gifts on your wish list.

Algorithms:

1. The opening (welcome) screen displays the app title, an image, a short description of the app (e.g., Click a list item for an image and web site), and a button that launches the main screen.

2. The main screen displays names of five technology gadgets of your own choosing.

3. If the user selects any of the gadgets, a third screen opens that has an image and a button.
If the user clicks the button, a Web page opens that displays more information about the tech gadget.

Conditions:

1. Select your own images.

2. Create a custom layout for the list.

3.
That is, instead of a separate activity for each gadget, the app uses a single layout for all gadgets, along with extras in the explicit intent used to distinguish the individual gadget when the activity is launched.

More specifically, extras will need to be added to (and extracted from) the intent that include:

◦ The gadget's name (title text; shown in TextView)



◦ The gadget's image (resource id; shown in ImageView)



◦ The label for the button that opens the web site (text)



◦ The gadget's web site URL (text)



在线提交订单