上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 39 下一页
摘要: res/main.xml res/ex03_09_01.xml src/EX03_09.java package gphone.ex03_09; import android.app.Activity; import android.content.Intent; import android.os.Bundle; ... 阅读全文
posted @ 2011-03-28 17:29 AlexCheng 阅读(286) 评论(0) 推荐(0)
摘要: 新建两个布局文件 main.xml,main2.xml res/layout/main.xml res/layout/main2.xml src/EX03_08.java package gphone.ex03_08; import android.app.Activity; impor... 阅读全文
posted @ 2011-03-28 16:05 AlexCheng 阅读(335) 评论(0) 推荐(0)
摘要: res/layout/main.xml src/EX03_07.java package gphone.ex03_07; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener... 阅读全文
posted @ 2011-03-28 14:53 AlexCheng 阅读(295) 评论(0) 推荐(0)
摘要: res/values/style.xml res/layout/main.xml 运行结果 阅读全文
posted @ 2011-03-28 14:21 AlexCheng 阅读(344) 评论(0) 推荐(0)
摘要: res/layout/main.xml src/EX03_05.java package gphone.ex03_05; import android.app.Activity; import android.os.Bundle; import android.util.DisplayMetrics; import android.widget.TextView;... 阅读全文
posted @ 2011-03-28 10:24 AlexCheng 阅读(348) 评论(0) 推荐(0)
摘要: res/values/color.xml #ff00ff00 res/drawable/mail.xml src/EXT03_04.java package gphone.ex03_04; import android.app.Activity; import android.content.res.Resources; import android.os.... 阅读全文
posted @ 2011-03-24 11:07 AlexCheng 阅读(463) 评论(0) 推荐(0)
摘要: res/values/color.xml #ffff0000 src/EX03_03.java package gphone.ex03_03; import android.app.Activity; import android.content.res.Resources; import android.os.Bundle; import android.... 阅读全文
posted @ 2011-03-24 10:36 AlexCheng 阅读(602) 评论(1) 推荐(0)
摘要: res/drawable/main.xml res/values/color.xml #00ff0000 #ff00ff00 #ffffffff #ff00ff00 前面两位表示透明度 后面表示RGB 阅读全文
posted @ 2011-03-24 10:08 AlexCheng 阅读(311) 评论(0) 推荐(0)
摘要: 首先声明这是转帖,LINUX环境大家可以用VMWARE来虚拟,可以下载UBUNTU 目录 1、背景知识 2、boot和recovery映像的文件结构 3、对映像文件进行解包、编辑、打包的常规方法 3.1、另一种解包、编辑、打包的方法 4、将新的映像刷回到手机 5、解包、编辑、打包为我们带来了什么 6、本文讲的内容与使用update.zip刷机包不是一码... 阅读全文
posted @ 2011-03-22 11:02 AlexCheng 阅读(1217) 评论(0) 推荐(0)
摘要: 一.拆包 1.准备工具 Java环境、签名工具、7zip压缩软件 Jave下载: http://sdlc-esd.sun.com/ESD6/JSCDL/jdk/6u20-b02/JavaSetup6u20.exe?AuthParam=1274928410_5d4a09c4420bcb5edc73b407816cf3c6&GroupName=JSC&Fi... 阅读全文
posted @ 2011-03-22 10:28 AlexCheng 阅读(3207) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 39 下一页