Developing Inclusive Mobile Apps
Title | Developing Inclusive Mobile Apps PDF eBook |
Author | Rob Whitaker |
Publisher | Apress |
Pages | 349 |
Release | 2020-04-25 |
Genre | Computers |
ISBN | 1484258142 |
By failing to consider those with needs different to ourselves, we are telling these people they are not welcome in our app, and therefore that technology as a whole, is not for them. This is not hyperbole—23% of people in the US with a registered disability aren't online at all, that's three times more likely than the general population. When asked why they're not online, disabled respondents say their disability prevents them or that using the internet is too hard. To help your apps combat the issue of digital exclusion, this book covers considerations and tools mobile developers, or anyone creating mobile experiences, can use to make mobile work better for those with disabilities—mental or physical—and how to create a better experience for everyone. Software is not made up of cold, unthinking algorithms. Software is a craft in the truest sense of the word, and one of the greatest tools you can have as a craftsperson is empathy for the people who will be using your app. Each one of whom is an individual with different abilities, experiences, knowledge, and circumstances. What You'll Learn Create mobile experiences that work for as many people as possible Incorporate a worldview of accessibility and customer service into your design Work with accessibility tools and techniques commonly available for developers Who This Book Is For Mobile developers working solo or as part of a team. UX designers, quality engineers, product owners, and anybody working in mobile.
Developing Accessible iOS Apps
Title | Developing Accessible iOS Apps PDF eBook |
Author | Daniel Devesa Derksen-Staats |
Publisher | Apress |
Pages | 125 |
Release | 2019-12-10 |
Genre | Computers |
ISBN | 9781484253076 |
Any developer aiming for a global audience needs to cover a series of requisites for their apps, and one of them is to make them accessible. Just having an app in the App Store is not enough for it to be a global success anymore. More than that, it is arguably our duty as developers to create inclusive apps that anyone can use. Apple provides us with excellent tools for creating accessible apps. However, many developers just don’t know about them or think they’re difficult to us. This concise guide offers a focused look at breaking those myths and proving that creating accessible apps is very easy, and that it’s just as easy to embed accessibility into the development process of your team. You'll have a look at the tools iOS provides. Some, like zoom, button shapes, etc., come integrated in the operating system. Others, like VoiceOver, Larger Accessibility Sizes with Dynamic Types, and Smart Inverted Colours will need extra work to support appropriately. Then go from the basics of giving meaningful accessibility labels to UI components, so VoiceOver can read them, to making your UI support extremely large font sizes so anyone can read our app. And you'll find out how to build accessible apps with real world examples. Accessibility is the right thing to do and will help your app find wider success. What You'll Learn Explore the fundamentals of accessibility Create a good VoiceOver experience Incorporate Inverted Colours effectively Test accessibility features for optimization and function Who This Book Is For iOS developers wanting to add accessibility features to their apps and any other member in a mobile development team—from Product Managers to Business Analysts or QAs—who would like to incorporate or work with accessibility features.
Design Meets Disability
Title | Design Meets Disability PDF eBook |
Author | Graham Pullin |
Publisher | MIT Press |
Pages | 364 |
Release | 2009 |
Genre | Design |
ISBN | 0262162555 |
How design for disabled people and mainstream design could inspire, provoke, and radically change each other.
Accessibility for Everyone
Title | Accessibility for Everyone PDF eBook |
Author | Laura Kalbag |
Publisher | Book Apart |
Pages | 0 |
Release | 2017-09-26 |
Genre | Accessible Web sites for people with disabilities |
ISBN | 9781952616327 |
Get sure footing on the path to designing with accessibility.
User-Centered Software Development for the Blind and Visually Impaired: Emerging Research and Opportunities
Title | User-Centered Software Development for the Blind and Visually Impaired: Emerging Research and Opportunities PDF eBook |
Author | Álvarez Robles, Teresita de Jesús |
Publisher | IGI Global |
Pages | 190 |
Release | 2019-07-05 |
Genre | Computers |
ISBN | 1522585419 |
Human-computer interaction studies the users and their interaction with an interactive software system (ISS). However, these studies are designed for people without any type of disability, causing there to be few existing techniques or tools that focus on the characteristics of a specific user, thus causing accessibility and utility issues for neglected segments of the population. This reference source intends to remedy this lack of research by supporting an ISS focused on people with visual impairment. User-Centered Software Development for the Blind and Visually Impaired: Emerging Research and Opportunities is a collection of innovative research on techniques, applications, and methods for carrying out software projects in which the main users are people with visual impairments. While highlighting topics including mobile technology, assistive technologies, and human-computer interaction, this book is ideally designed for software developers, computer engineers, designers, academics, researchers, professionals, and educators interested in current research on usable and accessible technologies.
What Every Engineer Should Know About Digital Accessibility
Title | What Every Engineer Should Know About Digital Accessibility PDF eBook |
Author | Sarah Horton |
Publisher | CRC Press |
Pages | 258 |
Release | 2024-04-30 |
Genre | Business & Economics |
ISBN | 1040009832 |
Accessibility is a core quality of digital products to be deliberately addressed throughout the development lifecycle. What Every Engineer Should Know About Digital Accessibility will prepare readers to integrate digital accessibility into their engineering practices. Readers will learn how to accurately frame accessibility as an engineering challenge so they are able to address the correct problems in the correct way. Illustrated with diverse perspectives from accessibility practitioners and advocates, this book describes how people with disabilities use technology, the nature of accessibility barriers in the digital world, and the role of engineers in breaking down those barriers. Accessibility competence for current, emerging, and future technologies is addressed through a combination of guiding principles, core attributes and requirements, and accessibility‐informed engineering practices. FEATURES Discusses how technology can support inclusion for people with disabilities and how rigorous engineering processes help create quality user experiences without introducing accessibility barriers Explains foundational principles and guidelines that build core competency in digital accessibility as they are applied across diverse and emerging technology platforms Highlights practical insights into how engineering teams can effectively address accessibility throughout the technology development lifecycle Uses international standards to define and measure accessibility quality Written to be accessible to non‐experts in the subject area, What Every Engineer Should Know About Digital Accessibility is aimed at students, professionals, and researchers in the field of software engineering.
Learning Progressive Web Apps
Title | Learning Progressive Web Apps PDF eBook |
Author | John M. Wargo |
Publisher | Addison-Wesley Professional |
Pages | 468 |
Release | 2020-02-18 |
Genre | Computers |
ISBN | 0136485677 |
Use Service Workers to Turbocharge Your Web Apps “You have made an excellent decision in picking up this book. If I was just starting on my learning path to mastery of Progressive Web Apps, there are not many folks I would trust more to get me there than John.” —Simon MacDonald, Developer Advocate, Adobe Software developers have two options for the apps they build: native apps targeting a specific device or web apps that run on any device. Building native apps is challenging, especially when your app targets multiple system types—i.e., desktop computers, smartphones, televisions—because user experience varies dramatically across devices. Service Workers—a relatively new technology—make it easier for web apps to bridge the gap between native and web capabilities. In Learning Progressive Web Apps, author John M. Wargo demonstrates how to use Service Workers to enhance the capabilities of a web app to create Progressive Web Apps (PWA). He focuses on the technologies that enable PWAs and how to use those technologies to enhance your web apps to deliver a more native-like experience. Build web apps a user can easily install on their local system and that work offline or on low-quality networks Utilize caching strategies that give you control over which app resources are cached and when Deliver background processing in a web application Implement push notifications that enable an app to easily engage with users or trigger action from a remote server Throughout the book, Wargo introduces each core concept and illustrates the implementation of each capability through several complete, operational examples. You’ll start with simple web apps, then incrementally expand and extend them with state-of-the-art features. All example source code is available on GitHub, and additional resources are available on the author’s companion site, learningpwa.com. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.