您的位置:首页 > 移动开发 > Android开发

Android-Best Practices

2015-12-13 17:40 423 查看



BLOG ARTICLES


Improving App Quality

One way of improving your app’s visibility in the ecosystem is by deploying well-targeted mobile advertising campaigns and cross-app promotions. However, there’s another time-tested method of fueling the impression-install-ranking
cycle: improve the product!

Say Goodbye to the Menu Button

As Ice Cream Sandwich rolls out to more devices, it's important that you begin to migrate your designs to the action bar in order to promote a consistent Android user experience.

New Tools For Managing Screen Sizes

Android 3.2 includes new tools for supporting devices with a wide range of screen sizes. One important result is better support for a new size of screen; what is typically called a “7-inch” tablet. This release
also offers several new APIs to simplify developers’ work in adjusting to different screen sizes.

Identifying App Installations

It is very common, and perfectly reasonable, for a developer to want to track individual installations of their apps. It sounds plausible just to call TelephonyManager.getDeviceId() and use that value to identify
the installation. There are problems with this

Making Android Games that Play Nice

Making a game on Android is easy. Making a great game for a mobile, multitasking, often multi-core, multi-purpose system like Android is trickier. Even the best developers frequently make mistakes in the
way they interact with the Android system and with other applications
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: