1. 图片加载框架:

    2. Apk动态加载框架:

    3. 数据库框架:

    4. 数据库迁移框架 https://github.com/flyway/flyway

    5. 展示Gif图片库 https://github.com/koral--/android-gif-drawable

    6. xmpp协议客户端框架 https://github.com/igniterealtime/Smack

    7. 谷歌地图扩展 https://github.com/googlemaps/android-maps-utils

    8. IO流操作库 https://github.com/square/okio

    9. 监控当前网络流量并区分网络质量:https://github.com/facebook/network-connection-class

    10. 输入校验库:

    11. McImage是一个插件帮助你检查你res中的大图和全量压缩你的res:https://github.com/Mobcase/McImage

    12. 简单、美观、强大、可扩展的 Android 和 Java 日志库:https://github.com/elvishew/xLog

    13. 信用卡OCR库,扫描识别数字:https://github.com/card-io/card.io-Android-SDK

    14. Java字符串操作:https://github.com/shekhargulati/strman-java

    15. 多渠道打包:

    16. 应用内截屏:https://github.com/tarek360/InstaCapture

    17. 加快加载Dex文件速度:https://github.com/asLody/TurboDex

    18. 通过两张静态图片创建为一个有动画效果的SVG图片:https://github.com/bonnyfone/vectalign

    19. 运行时权限请求库:

    20. Apk资源混淆工具,帮助减小apk体积:https://github.com/shwenzhang/AndResGuard

    21. 视频播放:

    22. 测试框架:

    23. 创建notification https://github.com/halysongoncalves/pugnotification

    24. Webview与JS交互 https://github.com/pedant/safe-java-js-webview-bridge

    25. Webview支持html5播放视频 https://github.com/cprcrack/VideoEnabledWebView

    26. 集成社交网络 https://github.com/gorbin/ASNE

    27. 对Camera类封装 https://github.com/Glamdring/EasyCamera

    28. 地图坐标系转换 https://github.com/JackZhouCn/JZLocationConverter

    29. 操作蓝牙:https://github.com/alt236/Bluetooth-LE-Library---Android

    30. 指纹管理工具:

    31. 图片压缩:https://github.com/nanchen2251/CompressHelper

    32. SQLite数据与Excel数据相互转换 https://github.com/li-yu/SQLiteToExcel

Android开源库集合(工具)的更多相关文章

  1. Android开源库集合(控件)

    RecycleView: RecycleView功能增强 https://github.com/Malinskiy/SuperRecyclerView RecycleView功能增强(拖拽,滑动删除, ...

  2. android 开源库集合的链接列表

    1.  内容挺多的 https://github.com/Trinea/android-open-project

  3. Android开源库集合(UI效果)

    动画效果 粒子动画效果 https://github.com/glomadrian/Grav 水波式loading等待动画 https://github.com/race604/WaveLoading ...

  4. GitHub上排名前100的Android开源库介绍(来自github)

    本项目主要对目前 GitHub 上排名前 100 的 Android 开源库进行简单的介绍,至于排名完全是根据 GitHub 搜索 Java 语言选择 (Best Match) 得到的结果,然后过滤了 ...

  5. GitHub Top 100的Android开源库

    摘要: 本项目主要对目前 GitHub 上排名前 100 的 Android 开源库进行简单的介绍, 至于排名完全是根据GitHub搜索Java语言选择「Best M... 本项目主要对目前 GitH ...

  6. 我的Android进阶之旅】GitHub 上排名前 100 的 Android 开源库进行简单的介绍

    GitHub Android Libraries Top 100 简介 本文转载于:https://github.com/Freelander/Android_Data/blob/master/And ...

  7. <Android开源库 ~ 1> GitHub Android Libraries Top 100 简介

    转载自GitHub Android Libraries Top 100 简介 本项目主要对目前 GitHub 上排名前 100 的 Android 开源库进行简单的介绍, 至于排名完全是根据 GitH ...

  8. GitHub上排名前100的Android开源库介绍

    GitHub上排名前100的Android开源库介绍 文章来源: http://www.open-open.com/news/view/1587067#6734290-qzone-1-31660-bf ...

  9. 【Java&amp;Android开源库代码分析】のandroid-async-http の开盘

          在<[Java&Android开源库代码剖析]のandroid-smart-image-view>一文中我们提到了android-async-http这个开源库,本文正 ...

随机推荐

  1. P4932 浏览器

    题目背景 __stdcall在用Edge玩slay的时候,鼠标会经常失灵,这让她十分痛苦,因此她决定也要让你们感受一下Edge制造的痛苦. 题目描述 __stdcall给了你n个点,第i个点有权值x[ ...

  2. SPOJ DQUERY - D-query (莫队算法|主席树|离线树状数组)

    DQUERY - D-query Given a sequence of n numbers a1, a2, ..., an and a number of d-queries. A d-query ...

  3. Educational Codeforces Round 35 (Rated for Div. 2)A,B,C,D

    A. Nearest Minimums time limit per test 2 seconds memory limit per test 256 megabytes input standard ...

  4. STEM 是个怎样高大上的东西?

    近几年来,STEM 教育概念传入中国,并且越来越多地成为家长及教育机构关注的焦点. STEM教育概念同时成为了各大小教育机构及公司宣传造势的赚钱工具,可家长.学生.老师们真的理解究竟何为 STEM/S ...

  5. BZOJ 2480 && 3239 && 2995 高次不定方程(高次同余方程)

    链接 BZOJ 2480 虽然是个三倍经验题(2333),但是只有上面这道(BZOJ2480)有 p = 1 的加强数据,推荐大家做这道. 题解 这是一道BSGS(Baby Step Giant St ...

  6. 使用Pypi镜像源加速第三方库的安装

    Pypi是个好东西,类似于yum和apt-get,安装第三方库相当的方便,头疼的一点就是Python的官方源服务器在国内访问的速度确实不咋滴,好在douban开放了一个国内的镜像源,速度杠杠的. 如果 ...

  7. Problem A: 选举 解题报告

    Problem A: 选举 题意 给出一个投票过程.有\(n\)个选民和\(m\)个候选人,每个选民\(i\)有个不重且有序的可投集合\(\{a_i\}\). 对于第一轮投票,选民\(i\)会投给\( ...

  8. makefile 和 编译条件 的简略总结

    #-g gdb可看代码 #-fPIC -fPIC 的使用,会生成 PIC 代码,.so 要求为 PIC,以达到动态链接的目的,否则,无法实现动态链接. -fPIC 作用于编译阶段,告诉编译器产生与位置 ...

  9. HDFS之append数据到已存在文件中

    遇到一个问题,想往已存在的hdfs文件中直接添加数据,默认的话应该是被拒绝的.查看了一些资料,可以这样操作: 在pdfs-site.xml中添加append支持: <property> & ...

  10. HDU 3389 阶梯博弈变形

    n堆石子,每次选取两堆a!=b,(a+b)%2=1 && a!=b && 3|a+b,不能操作者输 选石子堆为奇数的等价于选取步数为奇数的,观察发现 1 3 4 是无法 ...