- Building Android UIs with Custom Views
- Raimon Ràfols Montané
- 263字
- 2021-07-02 15:33:35
What's a custom view
As we have just mentioned, a custom view is a view where we've implemented its behavior ourselves. That was an oversimplification, but it was a good way to start. We don't really have to implement its complete behavior ourselves. Sometimes, it can just be a simple detail, or a more complex feature or even the whole functionality and behavior such as interaction, drawing, resizing, and so on. For example, tweaking the background color of a button as a custom view implementation, it's a simple change, but creating a bitmap-based menu that rotates in 3D is a complete different story in development time and complexity. We'll show how to build both of them in this book but, in this chapter, we'll only focus on the very simple example and we'll add more features in the chapters to come.
Throughout the book, we'll be referring both to custom view and to custom layouts. The same definition of custom view can also be applied to layouts, but with the main difference that a custom layout will help us to lay out the items it contains with the logic we create and position them the precise way we would like. Stay tuned, as later on we'll learn how to do so as well!
The layouts are usually known as ViewGroup. The most typical examples and those you probably have heard of and most probably in your applications are: LinearLayout, RelativeLayout, and ConstraintLayout.
To get more information about Android views and Android layouts, we can always refer to the official Android developer documentation:
https://developer.android.com/develop/index.html.
- Visual Basic .NET程序設計(第3版)
- Mastering Entity Framework Core 2.0
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- Mastering OpenCV Android Application Programming
- Mastering Selenium WebDriver
- Python+Tableau數據可視化之美
- Unity 3D/2D移動開發實戰教程
- Windows Embedded CE 6.0程序設計實戰
- Geospatial Development By Example with Python
- 區塊鏈項目開發指南
- Selenium WebDriver Practical Guide
- Python應用與實戰
- 3D Printing Designs:Design an SD Card Holder
- 計算機應用基礎
- jBPM6 Developer Guide