• 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

  • 相关阅读:
    php select socket
    php socket获取客户端IP地址
    php长连接
    Socket 深度探究 4 PHP (三)
    Socket 深度探究 4 PHP (二)
    Socket 深度探索 4 PHP (一)
    进阶系列(10)——反射
    ASP.NET MVC5 基础系列(2)——模型绑定
    进阶系列(7)——委托与事件
    ASP.NET MVC5 基础系列(4)——表单和HTML辅助方法
  • 原文地址:https://www.cnblogs.com/huanyi0723/p/5109863.html
Copyright © 2020-2023  润新知