-
PhoneGap 开发android应用例子源码下载
(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许可!
- 2014-11-04下载
- 积分:1
-
简单的登录 增删改查
简单的登录 增删改查
- 2014-05-14下载
- 积分:1
-
listview 下拉刷新 android示例源码下载
listview 下拉刷新 android示例源码下载
- 2014-04-13下载
- 积分:1
-
android 开发框架 实例源码下载 ecloud
android 开发框架 实例源码下载 ecloud
- 2014-12-06下载
- 积分:1
-
Android 带清除功能的输入框控件ClearEditText 源码下载
Android 带清除功能的输入框控件ClearEditText 源码下载
- 2014-08-21下载
- 积分:1
-
远程视频监控
【核心代码】 public interface CameraSource { static final String LOG_TAG = "camera"; /** * Open the camera source for subsequent use via calls to capture(). * * @return true if the camera source was successfully opened. */ boolean open(); /** * Close the camera source. Calling close on a closed CameraSource is * permitted but has no effect. The camera source may be reopened after * being closed. */ void close(); /** * The width of the captured image. * * @return the width of the capture in pixels */ int getWidth(); /** * The height of the captured image. * * @return the height of the capture in pixels */ int getHeight(); /** * Attempts to render the current camera view onto the supplied canvas. * The capture will be rendered into the rectangle (0,0,width,height). * Outstanding transformations on the canvas may alter this. * * @param canvas the canvas to which the captured pixel data will be written * @return true iff a frame was successfully written to the canvas */ boolean capture(Canvas canvas); boolean saveImage(String savePath, String fileName); }
- 2013-12-04下载
- 积分:1
-
找茬游戏
一个很完整的找茬游戏源码,ui为自己设计
- 2014-09-15下载
- 积分:1
-
android RelativeLayout 布局 实例
android RelativeLayout 布局 实例
- 2013-03-16下载
- 积分:1
-
android Activity切换动画--模糊、水波纹、折叠效果
android Activity切换动画--模糊、水波纹、折叠效果
- 2014-09-29下载
- 积分:1
-
android 电子书实例源码下载
android 电子书实例源码下载
- 2015-05-12下载
- 积分:1