- Building Android UIs with Custom Views
- Raimon Ràfols Montané
- 279字
- 2021-07-02 15:33:33
What this book covers
Chapter 1, Getting Started, explains what custom views are and when we need them, and shows you how to build your first custom view.
Chapter 2, Implementing Your First Custom View, covers in more details about measurement, instantiating, parameterizing, and some basic rendering to start getting a feeling for what we can do with custom views.
Chapter 3, Handling Events, shows the reader how to make a custom view interactive and react to user interactions.
Chapter 4, Advanced 2D Rendering, adds additional rendering primitives and operations and how to combine them to build more complex custom views.
Chapter 5, Introducing 3D Custom Views, as we are not only limited to 2D rendering, this chapter introduces how we can use OpenGL ES to render custom Views in 3D.
Chapter 6, Animations, covers how to add animations to custom views, both by using standard Android components and by doing it ourselves.
Chapter 7, Performance Considerations, exposes some recommendations and best practices when building a custom view and what the impact of not following them could be.
Chapter 8, Sharing Our Custom View, covers how to package and share our custom view and make it publicly available.
Chapter 9, Implementing Your Own EPG, shows how to build a more complex example of a custom view by combining many of the things we’ve seen in the book.
Chapter 10, Building a Charts Component, shows in detail how to build a chart custom view and make it customizable step by step.
Chapter 11, Creating a 3D Spinning Wheel Menu, covers how to build a more complex 3D custom view that can be used as a selection menu.
- Mastering AWS Lambda
- JavaScript修煉之道
- Maven Build Customization
- 精通API架構:設計、運維與演進
- 機械工程師Python編程:入門、實戰與進階
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- 軟件測試技術指南
- 精通MATLAB(第3版)
- 微服務架構深度解析:原理、實踐與進階
- Julia for Data Science
- Principles of Strategic Data Science
- Learning Splunk Web Framework
- Arduino Wearable Projects
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- 大規模語言模型開發基礎與實踐