- Building Android UIs with Custom Views
- Raimon Ràfols Montané
- 155字
- 2021-07-02 15:33:35
Getting Started
You might be wondering what a custom view is; that's alright, we'll cover that and way more in this book. If you've been developing Android applications for a while, you've most probably used the standard Android views or widgets tons of times. These are, for example: TextView, ImageView, Button, ListView, and so on. A custom view is slightly different. To summarize it quickly, a custom view is a view or a widget where we've implemented its behavior ourselves. In this chapter, we'll cover the very basics steps we'll need to get ourselves started building Android custom views and understand where we should use them and where we should simply rely on the Android standard widgets. More specifically, we will talk about the following topics:
- What's a custom view and why do we need them?
- How to set up and configure our environment to develop custom views
- Creating our very own first custom view
推薦閱讀
- Java應用開發與實踐
- 數據結構(Python語言描述)(第2版)
- Hands-On Microservices with Kotlin
- HTML5+CSS3網頁設計
- jQuery Mobile移動應用開發實戰(第3版)
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Raspberry Pi Robotic Projects(Third Edition)
- Django 3.0應用開發詳解
- Python 3 數據分析與機器學習實戰
- JavaScript+jQuery網頁特效設計任務驅動教程
- Windows Phone 8 Game Development
- Python GUI Programming Cookbook(Second Edition)
- Test-Driven iOS Development with Swift
- C語言編程魔法書:基于C11標準
- 程序員面試金典(第6版)