0% found this document useful (0 votes)
291 views15 pages

Mobileapp Design: Software Engineering: A Practitioner'S Approach, 8/E

Engenharia de Software

Uploaded by

albertosales
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
291 views15 pages

Mobileapp Design: Software Engineering: A Practitioner'S Approach, 8/E

Engenharia de Software

Uploaded by

albertosales
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 15

Chapter 18

 MobileApp Design
Slide Set to accompany
Software Engineering: A Practitioner’s Approach, 8/e
by Roger S. Pressman and Bruce R. Maxim

Slides copyright © 1996, 2001, 2005, 2009, 2014 by Roger S. Pressman

For non-profit educational use only


May be reproduced ONLY for student use at the university level when used in conjunction
with Software Engineering: A Practitioner's Approach, 8/e. Any other reproduction or use is
prohibited without the express written permission of the author.

All copyright information MUST appear if these slides are posted on a website for student
use.

These slides are designed to accompany Software Engineering: A Practitioner’s Approach, 8/e
(McGraw-Hill, 2014) Slides copyright 2014 by Roger Pressman. 1
Mobile Development
Considerations – 1
 Multiple hardware and software platforms
 Many development frameworks and
programming languages.
 Many app stores with differing acceptance
rules and tool requirements
 Short development cycles
 User interface limitations

These slides are designed to accompany Software Engineering: A Practitioner’s Approach, 8/e
(McGraw-Hill, 2014) Slides copyright 2014 by Roger Pressman. 2
Mobile Development
Considerations – 2
 Complex camera/sensor interaction
 Effective use of context
 Power management
 Security and privacy models/policies
 Device limitations (computation and storage)
 Integration of external services
 Texting complexities

These slides are designed to accompany Software Engineering: A Practitioner’s Approach, 8/e
(McGraw-Hill, 2014) Slides copyright 2014 by Roger Pressman. 3
MobileApp Development
Process Model
 Formulation
 Planning
 Analysis
 Engineering
 Implementation and testing
 User evaluation

These slides are designed to accompany Software Engineering: A Practitioner’s Approach, 8/e
(McGraw-Hill, 2014) Slides copyright 2014 by Roger Pressman. 4
MobileApp Quality Checklist - 1
 Can content and/or function and/or navigation options be
tailored to the user’s preferences?
 Can content and/or functionality be customized to the
bandwidth at which the user communicates? Does the app
account for weak or lost signal in an acceptable manner?
 Can content and/or function and/or navigation options be made
context aware according to the user’s preferences?
 Has adequate consideration been given to the power
availability on the target device(s)?
 Have graphics, media (audio, video), and other web or cloud
services been used appropriately?

These slides are designed to accompany Software Engineering: A Practitioner’s Approach, 8/e
(McGraw-Hill, 2014) Slides copyright 2014 by Roger Pressman. 5
MobileApp Quality Checklist - 2
 Is the overall page design easy to read and navigate?
 Does the app take screen size differences into account?
 Does the user interface conform to the display and interaction
standards adopted for the targeted mobile device(s)?
 Does the app conform to the reliability, security, and privacy
expectations of its users?
 What provisions have been made to ensure app remains
current?
 Has the MobileApp been tested in all targeted user
environments and for all targeted devices?

These slides are designed to accompany Software Engineering: A Practitioner’s Approach, 8/e
(McGraw-Hill, 2014) Slides copyright 2014 by Roger Pressman. 6
MobileApp User Interface Quality
Requirements
 Is the overall page design easy to read and navigate?
 Does the app take screen size differences into account?
 Does the user interface conform to the display and interaction
standards adopted for the targeted mobile device(s)?
 Does the app conform to the reliability, security, and privacy
expectations of its users?
 What provisions have been made to ensure app remains
current?
 Has the MobileApp been tested in all targeted user
environments and for all targeted devices?

These slides are designed to accompany Software Engineering: A Practitioner’s Approach, 8/e
(McGraw-Hill, 2014) Slides copyright 2014 by Roger Pressman. 7
MobileApp User Interface Design
Considerations
 Define user interface brand signatures
 Focus the portfolio of products
 Identify core user stories
 Optimize UI flows and elements
 Define scaling rules
 Create user performance dashboard
 Rely on dedicated champion with user
interface engineering skills

These slides are designed to accompany Software Engineering: A Practitioner’s Approach, 8/e
(McGraw-Hill, 2014) Slides copyright 2014 by Roger Pressman. 8
MobileApp Design Mistakes
 Kitchen sink
 Inconsistency
 Overdesigning
 Lack of speed
 Verbiage
 Non-standard interaction
 Help-and –FAQ-itis

These slides are designed to accompany Software Engineering: A Practitioner’s Approach, 8/e
(McGraw-Hill, 2014) Slides copyright 2014 by Roger Pressman. 9
MobileApp Design Best Practices
 Identify the audience
 Design for context of use
 Recognize line between simplicity is not laziness
 Use the platform to its advantage
 Allow for discoverability of advanced functionality
 Use clear and consistent labels
 Cleaver icons should never be developed at the
expense of user understanding
 Long scrolling forms trump multiple screens

These slides are designed to accompany Software Engineering: A Practitioner’s Approach, 8/e
(McGraw-Hill, 2014) Slides copyright 2014 by Roger Pressman. 10
Assessing Mobile Interactive
Development Environments
 General productivity features
 Third-party SDK integration
 Post-compilation tooks
 Over the air development support
 End-to-end mobile application development
 Documentation and tutorials
 Graphical user interface builders

These slides are designed to accompany Software Engineering: A Practitioner’s Approach, 8/e
(McGraw-Hill, 2014) Slides copyright 2014 by Roger Pressman. 11
MobileApp Middleware
 Facilitates communication and
coordination of distributed components
 Allows developers to rely on abstractions
and hide mobile environment details
 Helps MobileApps to achieve context
awareness as required

These slides are designed to accompany Software Engineering: A Practitioner’s Approach, 8/e
(McGraw-Hill, 2014) Slides copyright 2014 by Roger Pressman. 12
Service Computing
 Focuses on architectural design and enables
application development through service
discovery and composition
 Allows MobileApp developers to avoid the
need to integrate service source code into the
client running on a mobile device
 Runs out of the provider’s server
 Loosely coupled with applications
 Provides an API to allow service to be treated
like an abstract black box

These slides are designed to accompany Software Engineering: A Practitioner’s Approach, 8/e
(McGraw-Hill, 2014) Slides copyright 2014 by Roger Pressman. 13
Cloud Computing
 Focuses on the effective delivery of services
to users through flexible and scalable
resource virtualization and loading balancing
 Lets the client (either a user or program)
request computing capabilities as needed,
across network boundaries anywhere or any
time

These slides are designed to accompany Software Engineering: A Practitioner’s Approach, 8/e
(McGraw-Hill, 2014) Slides copyright 2014 by Roger Pressman. 14
Cloud Computing Architecture
 Cloud architecture has three service layers
 Software as service layer consists of software
components and applications hosted by third-party
service providers
 Platform as service layer provides a collaborative
development platform to assist with design,
implementation, and testing by geographically
distributed team members
 Infrastructure and service provides virtual
computing resources (storage, processing power,
network connectivity) on the cloud

These slides are designed to accompany Software Engineering: A Practitioner’s Approach, 8/e
(McGraw-Hill, 2014) Slides copyright 2014 by Roger Pressman. 15

You might also like