Instructions
An overview of the software development process involved in the design of the context-aware mobile electronic update application is shown in the relevant pages below.
The mobile application was built using Adobe FlashBuilder 4.5.
Application Layout & Structure
The application is bulit as a set of multiple views containing:
- Feed View
- Cached View
- Details View
Application Layout

Application Default First View Layout (view source)
Be aware that if you use the Property inspector to navigate to your logo image using the SRC field (instead of removing and replacing the placeholder), you should remove the inline background and display properties. These inline styles are only used to make the logo placeholder show up in browsers for demonstration purposes.
To remove the inline styles, make sure your CSS Styles panel is set to Current. Select the image, and in the Properties pane of the CSS Styles panel, right click and delete the display and background properties. (Of course, you can always go directly into the code and delete the inline styles from the image or placeholder there.)