资源简介
(1)把phonegap的jar包和xml文件放到工程下的正确目录;
(2)修改src下的android默认类 DroidGap
(3)在aseets下面建立工程的根目录www,并在其中放入js、html、image、css等普通的web文件;
(4)只需要在index页面加入js包和css文件,其他页面只需要组织成一个简单的jQuery Mobile页面。
(5)调用一些特殊的api时,需要注意申请android许可!
代码片段和文件信息
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.kiddyu.app;
public final class R {
public static final class attr {
}
public static final class drawable {
public static final int icon=0x7f020000;
}
public static final class layout {
public static final int main=0x7f030000;
}
public static final class string {
public static final int app_name=0x7f050001;
public static final int hello=0x7f050000;
}
public static final class xml {
public static final int phonegap=0x7f040000;
public static final int plugins=0x7f040001;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 357 2012-01-05 09:37 .classpath
文件 845 2012-01-05 09:37 .project
文件 689 2012-01-05 09:37 AndroidManifest.xm
目录 0 2012-01-05 09:37 assets\
目录 0 2012-01-05 09:37 assets\www\
目录 0 2012-01-05 09:37 assets\www\JS\
文件 207687 2012-01-05 09:37 assets\www\JS\jquery.mobile-1.0rc1.js
文件 47262 2012-01-05 09:37 assets\www\JS\jquery.mobile-1.0rc1.min.css
文件 247205 2012-01-05 09:37 assets\www\JS\jquery_1_6_4.js
文件 148075 2012-01-05 09:37 assets\www\JS\phonegap-1.2.0.js
目录 0 2012-01-05 09:37 assets\www\Pages\
文件 3603 2012-01-05 09:37 assets\www\Pages\index.html
文件 589 2012-01-05 09:37 assets\www\Pages\pageThree.html
目录 0 2012-01-05 09:37 bin\
文件 171180 2012-01-05 09:37 bin\classes.dex
目录 0 2012-01-05 09:37 bin\com\
目录 0 2012-01-05 09:37 bin\com\kiddyu\
目录 0 2012-01-05 09:37 bin\com\kiddyu\app\
文件 578 2012-01-05 09:37 bin\com\kiddyu\app\IntroduceActivity.class
文件 328 2012-01-05 09:37 bin\com\kiddyu\app\R$attr.class
文件 388 2012-01-05 09:37 bin\com\kiddyu\app\R$drawable.class
文件 382 2012-01-05 09:37 bin\com\kiddyu\app\R$layout.class
文件 415 2012-01-05 09:37 bin\com\kiddyu\app\R$string.class
文件 408 2012-01-05 09:37 bin\com\kiddyu\app\R$xm
文件 505 2012-01-05 09:37 bin\com\kiddyu\app\R.class
文件 253185 2012-01-05 09:37 bin\Introduce.apk
文件 175071 2012-01-05 09:37 bin\resources.ap_
文件 362 2012-01-05 09:37 default.properties
目录 0 2012-01-05 09:37 gen\
目录 0 2012-01-05 09:37 gen\com\
目录 0 2012-01-05 09:37 gen\com\kiddyu\
............此处省略24个文件信息
- 上一篇:一个具有折叠效果的布局,大家可以复用
- 下一篇:android 闪光灯的简单控制
相关资源
- android 闪光灯的简单控制
- android 随机验证码 源码
- android camera 摄像头拍照源码
- android camera 源码
- Android Intent开发
- android 二维码扫描 实例源码下载3471
- android 图片预览 源码
- android 标签云
- android 时间轴(listview实现) 源码
- 获取 android手机配置
- android 广播和通知
- phonegap 读取android文件夹
- android(顶端)选项卡
-
android ba
seActivity 分享 - C# 仿 android asynctask 类
- android 自定义的Toast
- android 仿新浪源代码(SlidingMenu)
- android Serializeable与Parcelable 数据对象传
- android selector(normal/pressed/focused/disa
- android activity之间传值(通过Intent的
- 仿android4.0 Spinner下拉效果
- android 自定义相机
- android Aidl入门
- android andbatdog电池监控
- Android Gamex木马分析报告
- android 拨打电话源码(亲测可用)
- android AIDL 最简demo
- android 打开网页网址
- android 多线程断电续传文件
- Android下的加密信息客户端 WhisperSyst
评论
共有 条评论