登录
首页 » Java » android EditText加减demo

android EditText加减demo

于 2015-05-13 发布
0 168
下载积分: 1 下载次数: 0

代码说明:

android EditText加减demo

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

发表评论

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 百度地图定位SDK实例源码下载(geosdk实例)
    百度地图定位sdk 实例源码
    2014-05-24下载
    积分:1
  • Android手机虚拟GPS定位源码
    利用hook实现GPS虚拟定位
    2018-01-25下载
    积分:1
  • android 送接收短信例子源码
    android 发送接收短信例子源码
    2014-12-23下载
    积分:1
  • android 一键锁屏实例源码下载
    android 一键锁屏实例源码下载
    2014-09-02下载
    积分:1
  • JAVA驾照在线考试SSH实现(含mysql数据库脚本)
    一、源码介绍        使用ssh,mysql实现,分为前台和后台。二、主要功能       前台功能:注册,登录,找回密码,在线模拟考试,历史记录。       后台功能:题目模块,添加试题,管理试题。用户模块,用户管理。三、注意事项      开发环境为eclipse,数据库为mysql   
    2019-08-12下载
    积分:1
  • android_调用摄像头拍摄一段视频并上传到服务器实例(含android客户端和服务器源码)
    简单的一个Demo,实现了android端调用系统的拍摄功能,拍摄,并将视频文件上传到本地的服务器。 源码里面包括了android的程序,服务器接收的源代码(服务器代码是Myeclipse编辑的,服务器为tomcat6.0)。各位亲们,可以修改下服务器的地址,就能上传到网上了
    2013-02-07下载
    积分:1
  • jQuery便条插件+jStickyNote 例子源码下载
    jQuery便条插件+jStickyNote 例子源码下载
    2015-05-01下载
    积分:1
  • 电子书阅读器实例
    电子书阅读器实例
    2015-04-14下载
    积分:1
  • android sqlite数据库操作 增、删、改、查询 已实现 【附源码】
    实现了基本的 增删改查功能,并包含了基本的sqlite操作类
    2013-03-01下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载