登录
首页 » Java » greendao简单使用

greendao简单使用

于 2017-04-20 发布
0 351
下载积分: 1 下载次数: 0

代码说明:

当下比较火的安卓数据数据库框架使用

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

发表评论

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中禁止某软件的安装例子
    Android中禁止某软件的安装例子
    2014-09-23下载
    积分:1
  • 简单微信支付和银联支付
    简单微信支付和银联支付
    2016-01-25下载
    积分:1
  • android selector例子(normal/pressed/focused/disabled状态)
    android selector例子(normal/pressed/focused/disabled状态)
    2015-06-12下载
    积分:1
  • Android 源框架ViewPageIndicato
    本地视频录制,自动对焦,焦距,分辨率设置
    2015-04-15下载
    积分:1
  • android listview分组 示例
    android listview分组 示例
    2017-07-19下载
    积分:1
  • android 群聊实例源码下载
    android 群聊实例源码下载
    2015-01-28下载
    积分:1
  • android view Animaton 动画例子
    android view Animaton 动画例子
    2015-06-26下载
    积分:1
  • android 串口编程 实例源码下载
    android 串口编程 实例源码下载
    2013-11-28下载
    积分:1
  • android高仿微信布动态(选择图片)
    Android 超高仿微信图片选择器
    2015-06-13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载