登录
首页 » Java » android 读取xml文件 pull实现 附源码

android 读取xml文件 pull实现 附源码

于 2013-02-27 发布
0 166
下载积分: 1 下载次数: 0

代码说明:

在android系统 使用pull解析xml文件

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 远程视频监控
    【核心代码】 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
  • android SQLite数据库操作 例子源码
    android SQLite数据库操作 例子源码
    2014-10-31下载
    积分:1
  • android 百度地图应用实例源码下载
    android 百度地图应用实例源码下载
    2015-02-25下载
    积分:1
  • android 下拉瀑布流显示图片效果 源码下载
    android 下拉瀑布流显示图片效果 源码下载
    2014-06-03下载
    积分:1
  • android 身份证验证功能 示例源码下载
    android 身份证验证功能 示例源码下载
    2014-09-11下载
    积分:1
  • 利用MATLAB进行弹道仿真源代码
    不可多得的导弹仿真源程序 非常的经典 绝对不会后悔
    2020-05-25下载
    积分:1
  • ViewPager滑动效果
            可以通过滑动或者点击下方图标进入另一个Fragment页面。
    2015-06-15下载
    积分:1
  • 微信转盘源码下载
    微信转盘源码下载
    2014-03-17下载
    积分:1
  • android 手机卫士源码下载
    android 手机卫士源码下载
    2015-06-24下载
    积分:1
  • Android底部菜单栏的两种实现方式 附完整源码
    Android底部菜单栏的两种实现方式 附完整源码
    2013-06-14下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载