登录
首页 » Java » 监听android应用被卸载后 再使用libcurl三方库进行一次三方请求例子

监听android应用被卸载后 再使用libcurl三方库进行一次三方请求例子

于 2014-09-23 发布
0 256
下载积分: 1 下载次数: 0

代码说明:

监听自身应用卸载,并在卸载之后,使用libcurl三方库进行一次三方请求,或者启动网页的实例工程。

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

发表评论

0 个回复

  • android view Animaton 动画例子
    android view Animaton 动画例子
    2015-06-26下载
    积分:1
  • 安卓日历小部件源码(AppWidgetProvider)
    一款关于日历与行程安排的项目源码,点击日期可以转跳到日程新增界面,事件是提前定好的类型,提醒周期很丰富,可以按照周、年、月、日、小时和分钟为周期进行提醒,日历默认会显示一些节假日和纪念日信息。当日期被标记上事件以后会在日期右上角显示一个小红角作为提醒。
    2019-09-10下载
    积分:1
  • android 前面部分可以编辑后面部分不可编辑的EditText 实例源码
    android 前面部分可以编辑后面部分不可编辑的EditText 实例源码
    2014-08-22下载
    积分:1
  • android 多选菜单 例子 附完整源码
    android 多选菜单 例子 附完整源码
    2013-07-05下载
    积分:1
  • 安卓 树形视图实例源码下载
    安卓 树形视图实例源码下载
    2015-02-08下载
    积分:1
  • Wi-fi Director
    Wi-fi Director
    2013-06-02下载
    积分:1
  • 一个简单的项目框架
    一个简单的项目框架
    2015-04-17下载
    积分:1
  • 对一个listview的文字进行排序
    Android 实现ListView的A-Z字母排序和过滤搜索功能,实现汉字转成拼音
    2014-12-13下载
    积分:1
  • android Txt文本阅读器
    实现在android手机上 阅读Txt文本
    2014-09-26下载
    积分: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资源总数
  • 106562会员总数
  • 4今日下载