- Building Android UIs with Custom Views
- Raimon Ràfols Montané
- 157字
- 2021-07-02 15:33:37
Summary
In this chapter, we have seen the reasoning behind why we might want to build custom views and layouts, but also, that we have to apply common sense. Android provides a great basic framework for creating UIs and not using it would be a mistake. Not every component, button, or widget has to be completely custom developed, but by doing it so in the right spot, we can add an extra feature that might make our application remembered. Also, we've shown some examples of applications that are already in the market and they're using custom views, so we know we are not alone out there! Finally, we've seen how to set up the environment to get ourselves started and we began taking our own first baby steps on custom views.
In the next chapter, we'll keep adding features; we'll see how to calculate the right size of our custom view and learn more about custom rendering.
- Java多線程編程實(shí)戰(zhàn)指南:設(shè)計模式篇(第2版)
- Ceph Cookbook
- 基于免疫進(jìn)化的算法及應(yīng)用研究
- Unity 5.x By Example
- Unity Game Development Scripting
- Mathematica Data Analysis
- 自制編程語言
- Python機(jī)器學(xué)習(xí)算法: 原理、實(shí)現(xiàn)與案例
- Python語言實(shí)用教程
- Getting Started with React Native
- RESTful Java Web Services(Second Edition)
- Webpack實(shí)戰(zhàn):入門、進(jìn)階與調(diào)優(yōu)(第2版)
- Java Web從入門到精通(第2版)
- ROS機(jī)器人編程實(shí)戰(zhàn)
- 前端架構(gòu)設(shè)計