zoukankan      html  css  js  c++  java
  • Android 项目中常用到的第三方组件

    项目中常用到的第三方组件

    1 社会化分享
    ShareSDK-Core-2.5.9.jar
    ShareSDK-QQ-2.5.9.jar
    ShareSDK-QZone-2.5.9.jar
    ShareSDK-SinaWeibo-2.5.9.jar
    ShareSDK-Wechat-2.5.9.jar
    ShareSDK-Wechat-Core-2.5.9.jar
    ShareSDK-Wechat-Moments-2.5.9.jar

    代码
    cn.sharesdk.onekeyshare包
    com.meibeike.meiphoto.wxapi微信

     

    2 读取图片元数据
    https://github.com/drewnoakes/metadata-extractor
    metadata-extractor-2.7.0.jar
    xmpcore-5.1.2.jar

     

    3 扫描二维码
    https://github.com/zxing/zxing
    zxing.jar
    com.mining.app.zxing包 代码

    4 图片加载
    https://github.com/bumptech/glide
    glide-3.6.1.jar

     

    5 打印日志
    https://github.com/apache/log4j
    android-logging-log4j-1.0.3.jar
    log4j-1.2.17.jar

     

    6 netty通讯层相关
    netty-all-4.0.25.Final.jar
    mframework.jar

     

    7 HTTP通信相关
    volley gson
    https://github.com/mcxiaoke/android-volley
    https://github.com/google/gson

     

    8 NanoHTTPD投射相关
    https://github.com/NanoHttpd/nanohttpd 

     

    9 数据库相关

     

    10 工具类

     

    11 自定义View相关
    swipelistview 横向滑动删除列表 https://github.com/47deg/android-swipelistview
    CircleImageView 圆角图片 https://github.com/hdodenhof/CircleImageView
    PhotoView 放大缩小图片 https://github.com/chrisbanes/PhotoView http://blog.csdn.net/ljx19900116/article/details/43482139
    SwipeBack 使用手势操作退出activity https://github.com/liuguangqiang/SwipeBack
    XListView
    SwitchButton
    RecyclerView 复用ViewHolder android-support-v7-recyclerview.jar

  • 相关阅读:
    centos ssh远程登陆
    Vim 技巧
    php and js to facebook登陆 最佳实践
    vim 编辑器常规操作
    js 函数定义三种方式
    ORDER BY 默认升序排列
    sql = 和<>遵循的sql-92标准的设置SET ANSI_NULLS ON
    添加FB登陆时,需要curl扩展
    array(1) { [0]=> int(5) }和array(1) { [0]=> string(1) "5" }
    Android第三方推送引擎比较
  • 原文地址:https://www.cnblogs.com/huanyi0723/p/5109863.html
Copyright © 2011-2022 走看看