- Hands-On Android UI Development
- Jason Morris
- 288字
- 2021-07-02 23:26:06
Designing Form Screens
Form screens are an essential part of user interface design in many ways because their history is a lesson in how not to do things. Most applications need to capture input from their users at some point, and you need input widgets for that, but you should always consider the minimum amount of information you need to ask the user for, rather than try to get all the information you may need in the future. This approach will keep the user focused on the task they are trying to carry out. Presenting them with a wall of input fields is overwhelming to most users and breaks their focus, which in turn can lead to them abandoning what they were trying to do with your application.
This chapter is focused on form screens, and will walk you through a bit of their history before ping into a method for actually designing form screens. This approach can and should be reused whenever you need to design a screen for an app. It's always important to take a step back from your code work and consider how things will look and fit together for the user; it's often the difference between a successful app and failure.
In this chapter, we'll develop a practical form screen using Android Studio and the layout editor. Starting from an empty template in a new project, you'll learn the following:
- How to break up and then arrange a form layout to be most effective for your users
- How to use resources to keep your user interface consistent
- How to style widgets to help the user understand what the widget should be used for
- How to build drawable resources that respond to state changes
- Mobile Web Performance Optimization
- OpenCV實例精解
- Bulma必知必會
- Scratch 3.0少兒編程與邏輯思維訓練
- Java應用開發技術實例教程
- Scientific Computing with Scala
- Processing創意編程指南
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Python計算機視覺和自然語言處理
- 單片機原理及應用技術
- Practical GIS
- Node.js 6.x Blueprints
- WCF全面解析
- Swift 2 Design Patterns
- Raspberry Pi開發實戰