- Building Android UIs with Custom Views
- Raimon Ràfols Montané
- 326字
- 2021-07-02 15:33:33
Preface
Many years ago, before the launch of Android and the iPhone, one of the major concerns was having a central place to purchase and download mobile applications. Nowadays, we manage to solve this issue with widely available centralized application stores such as Google Play, at the expense of application discoverability.
Google Play, like any other mobile application store, is highly saturated. Unless an application does something unique or has something special, it's extremely hard to stand out from the dozens of applications doing approximately the same, or even if they’re completely unrelated.
Increasing marketing spending might temporarily alleviate the issue but, in the long term, applications still need to figure out that unique functionality or that detail that makes them different.
One way to make a distinctive application is to slightly diverge from the Android standard widgets and UI components and include a specific custom view custom menu, or, at the end of the day, anything that makes it exceptional. We should be aware that this doesn't mean we should completely ignore the Android standard widgets and rewrite the whole UI of the application. As with almost everything, do user tests and discover what works and what doesn’t work for them. Explore new options and solve the pains they have, but don't overdo it. Sometimes, creating a particular menu on top of your application might solve navigation problems, or a well-defined animation might communicate the right transition for the application's users.
In this book, we will see how to start building custom views for Android and integrate them into our applications. We’ll see in detail how to interact with them and add animations and comprehensive examples, both using 2D and 3D rendering capabilities. Finally, we will also see how to share our custom views so they can be reused in our enterprise environment, and also how to open source them and make them available to the Android development community.
- Web程序設計及應用
- 數據結構和算法基礎(Java語言實現)
- Twilio Best Practices
- Python測試開發入門與實踐
- Access 2010數據庫基礎與應用項目式教程(第3版)
- Web Development with MongoDB and Node(Third Edition)
- Windows內核編程
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Visual Basic程序設計上機實驗教程
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- 用戶體驗可視化指南
- PHP項目開發全程實錄(第4版)
- Software-Defined Networking with OpenFlow(Second Edition)
- 透視C#核心技術:系統架構及移動端開發
- 你必須知道的.NET(第2版)