If you want to become an outstanding Android Development Engineer and do not know how to use Android design rules, Google standardized A series of design principles for Android programmers after Android4.0 came out, do not blindly imitate the IOS design, because Android is Android, different fireworks.
(4) do not hard-Code links to other applications.
In some cases, we may want our applications to learn the excellent features of another application. For example, we may connect the content we want to share through a messaging program created by a social network or application, or through a browser. Do not use hard-coded links to specific applications. Instead, we should use the Android Intent API to start a list listing all activities and display the corresponding application to process specific requests. Let our users do what they want in their favorite or used applications. Especially for sharing, you can use the share button in the Operation bar to quickly complete sharing requirements.
(5) do not display the rollback button in the Operation bar.
On the IOS platform, a back button allows users to navigate the application hierarchy and roll back to the historical pages viewed in the past, because there is only one home button on the Apple mobile phone. On the contrary, Android uses the roll back button in the main operation bar of the system. Do not skip this step blindly!
(6) do not use right angle brackets on the settings page.
In IOS, a common mentoring mode is to display line items with right angle brackets, allowing users to enter the detailed content interface.
Android does not use these metrics. Do not misunderstand the meaning of the button, but use color to display whether there are subpages!
If you are interested in the uidesign, you can refer to common error 1 in my previous articles, hoping to help you.
Android Design of the uidesign easily mistakes 1 blog address: http://blog.csdn.net/gerogelin/article/details/24986713