Want to become an outstanding development engineer of Android, do not understand the Android design rules how can, Android4.0 after the advent of Google for Android programmers to standardize a series of design principles, do not blindly imitate the design of iOS, because Android Is Android, not the same fireworks.
(4) Do not hardcode links to other applications
In some cases, we may want our application to learn the excellent features of another application. For example, we may connect content that we want to share through social networks, message-passing programs created by the application, or in a browser. Remember not to use hard-coded links to specific applications to implement. Instead, we should use the Android intent API to launch a list listing all active lists to display the appropriate application to handle a particular request. Let our users do what they want to do in their favorite or custom applications. Especially sharing, consider using the Share button in the action bar, so that users can quickly complete the sharing needs.
(5) Do not display the fallback button in the action Bar
Using a Back button on the iOS platform allows the user to navigate the application hierarchy and fall back to the past browsing history page, because the Apple phone has only one home button. Conversely, Android uses the system comes with the main action bar fallback button implementation, do not blindly managernent!
(6) Do not use right angle brackets in the Setup interface
A common apprentice mode for iOS is the right angle bracket to display line items, allowing the user to access the detailed content interface.
Android does not use these indicators, do not let users misunderstand the meaning of this button, but use the color to show whether there are sub-pages!