2012年10月31日

CubeLiveWallpaper例子解析

摘要: CubeLiveWallpaper用于实现一个动态壁纸 显示一个不停转动的立方体长摁手机主界面 在弹出的对话框中 点击动态壁纸 在动态壁纸列表中可看到! 阅读全文

posted @ 2012-10-31 23:29 勤修 阅读(368) 评论(0) 推荐(0) 编辑

Android系统中的UI优化

摘要: 1. RelativeLayout 优于 LinearLayout2. UI资源的复用3. 使用工具 hierarchyViewer 和 Layout Opt参考:http://www.2cto.com/kf/201108/101111.html 阅读全文

posted @ 2012-10-31 22:49 勤修 阅读(166) 评论(0) 推荐(0) 编辑

ContactManager示例解析

摘要: AndroidManifest.xml<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.android.contactmanager" android:versionCode="1" android:versionName="1.0"> <application android:label="@string/app_name" android:ico 阅读全文

posted @ 2012-10-31 13:31 勤修 阅读(885) 评论(0) 推荐(0) 编辑

导航