- 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
推薦閱讀
- 從零構(gòu)建知識(shí)圖譜:技術(shù)、方法與案例
- UML和模式應(yīng)用(原書第3版)
- AIRAndroid應(yīng)用開發(fā)實(shí)戰(zhàn)
- 大模型RAG實(shí)戰(zhàn):RAG原理、應(yīng)用與系統(tǒng)構(gòu)建
- Getting Started with Gulp
- PHP 7+MySQL 8動(dòng)態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- BeagleBone Black Cookbook
- Android應(yīng)用開發(fā)深入學(xué)習(xí)實(shí)錄
- 零基礎(chǔ)學(xué)HTML+CSS
- HTML5+CSS3+JavaScript 從入門到項(xiàng)目實(shí)踐(超值版)
- 數(shù)據(jù)分析與挖掘算法:Python實(shí)戰(zhàn)
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- Java EE項(xiàng)目應(yīng)用開發(fā)
- PHP Microservices
- Python GUI設(shè)計(jì)tkinter菜鳥編程(增強(qiáng)版)