上一页 1 ··· 21 22 23 24 25

2012年11月2日

Home例子研究

摘要: 一. AndroidManifest.xml文件1. 声明了几个权限<uses-permission android:name="xxx"/> <uses-permission android:name="android.permission.CALL_PHONE"/> <uses-permission android:name="android.permission.GET_TASKS"/> <uses-permission android:name="android.permis 阅读全文

posted @ 2012-11-02 15:09 勤修 阅读(421) 评论(0) 推荐(0) 编辑

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) 编辑

2012年10月30日

BluetoothChat例子解析

摘要: 1 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 2 package="com.example.android.BluetoothChat" 3 android:versionCode="1" 4 android:versionName="1.0"> 5 <uses-sdk minSdkVersion="6" /> 6 <uses-permission android:nam 阅读全文

posted @ 2012-10-30 17:13 勤修 阅读(5498) 评论(1) 推荐(1) 编辑

上一页 1 ··· 21 22 23 24 25

导航