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

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

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

代码说明:

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

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

发表评论

0 个回复

  • android 带翻页效果的电子杂志 附完整源码下载
    电子杂志(带翻页效果)源码,效果非常逼真,想做电子书的朋友可以研究下
    2021-04-03 22:29:04下载
    积分:1
  • 二手车APP(android源码)
    二手车APP(android源码)
    2020-04-25下载
    积分:1
  • STM32F103RCT6最小系统板和原理图
    STM32F103RCT6最小系统板和原理图,Altium designer16工程文件,实际测过可用
    2019-04-15下载
    积分:1
  • android ViewPager 左右双向滑动 实例源码
    android ViewPager 左右双向滑动 实例源码
    2014-08-08下载
    积分:1
  • android 双向侧滑菜单 实例源码下载
    android 双向侧滑菜单 实例源码下载
    2015-01-08下载
    积分:1
  • android 照片拍摄 录音等功能
    android 照片拍摄 录音等功能
    2013-10-31下载
    积分:1
  • 仿网易新闻客户端 ViewPageIndicator
    仿网易新闻客户端_ViewPageIndicator 仿网易新闻客户端 ViewPageIndicator
    2014-04-10下载
    积分:1
  • stm32 无刷电机控制板
    stm32f103c8t6 做主控 自制无刷电机(bldc )控制板,支持有感和无感两种模式。可通过硬件切换。内部包含原理图和源代码及照片,原创资料。
    2020-05-26下载
    积分:1
  • Android手机虚拟GPS定位源码
    利用hook实现GPS虚拟定位
    2018-01-25下载
    积分: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载