- Xamarin Mobile Development for Android Cookbook
- Matthew Leibowitz
- 220字
- 2021-07-30 10:23:25
Introduction
All apps have one thing in common: they all have some sort of user interface. Whether it is a rich set of controls or just a simple notification that something happened, all apps present the user with a means to consume information or provide data.
Users desire an interface that is easy to use and beautiful to look at. Often, the simplest way to improve the interface is to add a transition between states. This provides a way to move the user from one state to another, but without a sharp and sudden change.
In order to move the user between states or allow the user to initiate such a movement, the app needs to provide a set of actions or navigation points. As navigation through the app is often not the primary function of the app, these controls should be placed within easy reach but should not obstruct the real functionality.
Animations and transitions do not change the functionality of an app, but they do make the user experience more enjoyable. Navigation is often the most jarring change, and transitions provide a smoother experience.
Not only do transitions improve navigation, but designing the user interface for navigation also makes the experience better. Taking advantage of new and popular navigation concepts, the app can become a pleasure to use.
- TypeScript Essentials
- 圖解Java數據結構與算法(微課視頻版)
- Learning Informatica PowerCenter 10.x(Second Edition)
- Object-Oriented JavaScript(Second Edition)
- Web全棧工程師的自我修養
- 精通Scrapy網絡爬蟲
- Magento 1.8 Development Cookbook
- MySQL數據庫基礎實例教程(微課版)
- SharePoint Development with the SharePoint Framework
- Node.js:來一打 C++ 擴展
- Node Cookbook(Second Edition)
- Creating Data Stories with Tableau Public
- 零基礎輕松學C++:青少年趣味編程(全彩版)
- C#網絡編程高級篇之網頁游戲輔助程序設計
- Moodle 3.x Developer's Guide