Update Indicator

Table of Contents

1. Introduction



The update indicator is an icon used on the HOME Menu to notify users that new data has arrived for an application, and that there are friends to join in with.

If an update indicator also displays in the application when it is displayed on the HOME Menu, then users can be smoothly guided to the place where the newly arrived data is shown. However, if every application uses its own rules for displaying update indicators, this can confuse users rather than aid them.
For this reason, you should obey the following rules when using update indicators in your applications.

Back to top

2. Display Specifications Rules for Update Indicators

Here, we explain the rules you should follow when discussing specifications and methods for implementing update indicators.

Basic Rules

In the following sections we introduce rules for how the various update indicators should behave in the HOME Menu. When discussing the specifications and methods for implementing these update indicators, remember to also adhere to the basic rules laid out above.


Rules for Update Indicator Display for StreetPass

Follow these rules when displaying the StreetPass update indicator on application icons in the HOME Menu:


Rules for Update Indicator Display for SpotPass

Follow these rules when displaying the SpotPass update indicator on application icons in the HOME Menu:


Rules for Update Indicator Display for Friends

Follow these rules when displaying the update indicator for friends on the Friend List icon in the HOME Menu.

As mentioned above, the update indicator for friends in the HOME Menu is not specific to any one application. However, if you will be using update indicators in your application, use them to indicate to users when they can join in with friends (that is, when the nn::friends::FriendPresense::IsJoinable function returns true).

Back to top

3. Update Indicator Image Data

Here, we describe the update indicator image data and the rules for using that image data.

When Using NW4C Layout

Use the data located in the folder, $CTR_SDK/resources/icon/UpdateIndicator/layout.

When Not Using NW4C Layout

The data have been prepared in the form of a PSD file. Export the data to the appropriate format for your application development environment and implement according to the display rules.
The image data file is located in the following directory in the CTR-SDK.
$CTR_SDK/resources/icon/UpdateIndicator

The layer configuration of the PSD file is as follows.


Update Indicator Display Rules

Back to top

4. Revision History

2012/05/21
Initial version.
Back to top

CONFIDENTIAL