- Hands-On Android UI Development
- Jason Morris
- 301字
- 2021-07-02 23:26:02
Preface
User interfaces represent the single most important aspect of any modern mobile application. They are the primary point of contact with your user, and a good user interface can be the difference between the success and failure of an application. This book will guide you down the path of user interface excellence, teaching you the techniques of great user interface design for Android, and showing you how to implement them.
Building user interfaces is all about building for the user and making their lives easier. It's important that the user interface helps the user achieve their goals within the application without distracting them. This means that each screen must serve a purpose, and every widget must work for its place on the screen. Widgets that are seldom used are distractions and should be moved, or removed, from the application entirely.
User interfaces are not just about pretty colors, fonts, and graphics; they are at the heart of the user experience within an application. How you create your user interfaces is built on the underlying structures you build in your applications code base. If the foundations of the application are not solid, the user experience will suffer. Every action taken by the user should have a quick and positive result, reinforcing their confidence that they can reach their goals within the application.
In this book, we'll be exploring not just how to write user interface code, but how to go about designing great user interfaces as well. We'll look at how lower layers like data storage can impact the user experience, and how to leverage the Android platform and its support libraries to build better applications, applications that look great, run fast, and help ensure that the user can understand the application quickly and is guided through with minimal distractions.
- 程序員面試白皮書
- 深入淺出Java虛擬機:JVM原理與實戰
- Python自動化運維快速入門
- 三維圖形化C++趣味編程
- C語言程序設計
- PLC編程及應用實戰
- Building an RPG with Unity 2018
- JSP程序設計實例教程(第2版)
- BeagleBone Robotic Projects(Second Edition)
- Simulation for Data Science with R
- Python Web自動化測試設計與實現
- Xamarin Cross-Platform Development Cookbook
- Python編程入門(第3版)
- JavaScript前端開發基礎教程
- Mastering Object:Oriented Python(Second Edition)