- 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.
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- Java入門很輕松(微課超值版)
- Responsive Web Design with HTML5 and CSS3
- .NET 3.5編程
- PHP 7+MySQL 8動態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Learning OpenStack Networking(Neutron)(Second Edition)
- C/C++程序員面試指南
- 時(shí)空數(shù)據(jù)建模及其應(yīng)用
- Spring Boot實(shí)戰(zhàn)
- 細(xì)說Python編程:從入門到科學(xué)計(jì)算
- CRYENGINE Game Development Blueprints
- SQL Server 2008 R2數(shù)據(jù)庫技術(shù)及應(yīng)用(第3版)
- C編程技巧:117個(gè)問題解決方案示例
- Ext JS 4 Plugin and Extension Development