Android开源库集合(工具)
图片加载框架:
- Glide https://github.com/bumptech/glide
- Android-Universal-Image-Loader https://github.com/nostra13/Android-Universal-Image-Loader
- Picasso https://github.com/square/picasso
- Fresco https://github.com/facebook/fresco
Apk动态加载框架:
- DynamicLoadApk https://github.com/singwhatiwanna/dynamic-load-apk
- DynamicAPK https://github.com/CtripMobile/DynamicAPK
- AndroidDynamicLoader https://github.com/mmin18/AndroidDynamicLoader
- android-pluginmgr https://github.com/houkx/android-pluginmgr
- DroidPlugin https://github.com/Qihoo360/DroidPlugin
数据库框架:
数据库迁移框架 https://github.com/flyway/flyway
xmpp协议客户端框架 https://github.com/igniterealtime/Smack
监控当前网络流量并区分网络质量:https://github.com/facebook/network-connection-class
输入校验库:
- https://github.com/yoojia/NextInputs
- 基于data binding的输入校验库:
https://github.com/Ilhasoft/data-binding-validator
McImage是一个插件帮助你检查你res中的大图和全量压缩你的res:https://github.com/Mobcase/McImage
简单、美观、强大、可扩展的 Android 和 Java 日志库:https://github.com/elvishew/xLog
信用卡OCR库,扫描识别数字:https://github.com/card-io/card.io-Android-SDK
多渠道打包:
加快加载Dex文件速度:https://github.com/asLody/TurboDex
通过两张静态图片创建为一个有动画效果的SVG图片:https://github.com/bonnyfone/vectalign
运行时权限请求库:
Apk资源混淆工具,帮助减小apk体积:https://github.com/shwenzhang/AndResGuard
视频播放:
测试框架:
创建notification https://github.com/halysongoncalves/pugnotification
Webview与JS交互 https://github.com/pedant/safe-java-js-webview-bridge
Webview支持html5播放视频 https://github.com/cprcrack/VideoEnabledWebView
对Camera类封装 https://github.com/Glamdring/EasyCamera
操作蓝牙:https://github.com/alt236/Bluetooth-LE-Library---Android
指纹管理工具:
SQLite数据与Excel数据相互转换 https://github.com/li-yu/SQLiteToExcel
Android开源库集合(工具)的更多相关文章
- Android开源库集合(控件)
RecycleView: RecycleView功能增强 https://github.com/Malinskiy/SuperRecyclerView RecycleView功能增强(拖拽,滑动删除, ...
- android 开源库集合的链接列表
1. 内容挺多的 https://github.com/Trinea/android-open-project
- Android开源库集合(UI效果)
动画效果 粒子动画效果 https://github.com/glomadrian/Grav 水波式loading等待动画 https://github.com/race604/WaveLoading ...
- GitHub上排名前100的Android开源库介绍(来自github)
本项目主要对目前 GitHub 上排名前 100 的 Android 开源库进行简单的介绍,至于排名完全是根据 GitHub 搜索 Java 语言选择 (Best Match) 得到的结果,然后过滤了 ...
- GitHub Top 100的Android开源库
摘要: 本项目主要对目前 GitHub 上排名前 100 的 Android 开源库进行简单的介绍, 至于排名完全是根据GitHub搜索Java语言选择「Best M... 本项目主要对目前 GitH ...
- 我的Android进阶之旅】GitHub 上排名前 100 的 Android 开源库进行简单的介绍
GitHub Android Libraries Top 100 简介 本文转载于:https://github.com/Freelander/Android_Data/blob/master/And ...
- <Android开源库 ~ 1> GitHub Android Libraries Top 100 简介
转载自GitHub Android Libraries Top 100 简介 本项目主要对目前 GitHub 上排名前 100 的 Android 开源库进行简单的介绍, 至于排名完全是根据 GitH ...
- GitHub上排名前100的Android开源库介绍
GitHub上排名前100的Android开源库介绍 文章来源: http://www.open-open.com/news/view/1587067#6734290-qzone-1-31660-bf ...
- 【Java&Android开源库代码分析】のandroid-async-http の开盘
在<[Java&Android开源库代码剖析]のandroid-smart-image-view>一文中我们提到了android-async-http这个开源库,本文正 ...
随机推荐
- MySql的相关资操作
01-MySql的前戏 MySql的前戏 在学习Mysql之前,我们先来想一下一开始做的登录注册案例,当时我们把用户的信息保存到一个文件中: #用户名 |密码root|123321 alex|12 ...
- 分库分表中间件sharding-jdbc的使用
数据分片产生的背景,可以查看https://shardingsphere.apache.org/document/current/cn/features/sharding/,包括了垂直拆分和水平拆分的 ...
- 解题:CF1130E Wrong Answer
题面 巧妙构造题 这种题一定要限制一个条件,使得在这个条件下能推出要叉的代码的式子 令序列$a$的第一个元素为负,其余元素为正,且保证序列中至少有两个元素,那么Alice的代码将会从第二个元素开始计算 ...
- Chart Controls 简介与下载
虽然博客园已有人介绍过了,还是忍不住介绍一下微软这套免费又功能强大的图表控件「Microsoft Chart Controls for Microsoft .NET Framework 3.5」.本帖 ...
- [Java] Servlet工作原理之一:体系结构及其容器
一.Servlet体系结构 在 servlet-api.jar (2.5) 中有两个包:javax.servlet 和 javax.servlet.http 1 Servlet ...
- python---django中文件上传
服务端: def upload(req): if req.method == "GET": return render(req, 'upload.html') else: prin ...
- springSecurity入门小demo--配置文件xml的方式
本例子只是一个最最最简单的入门demo,重点讲解xml的配置参数的意思和遇到的坑,主要的功能有: 自定义登录页面,错误页面 配置角色 csrf-403报错解决方法(加上一行代码配置就ok) 后台ifr ...
- 【学习笔记】Spring AOP注解使用总结
Spring AOP基本概念 是一种动态编译期增强性AOP的实现 与IOC进行整合,不是全面的切面框架 与动态代理相辅相成 有两种实现:基于jdk动态代理.cglib Spring AOP与Aspec ...
- 【CodeForces】983 E. NN country 树上倍增+二维数点
[题目]E. NN country [题意]给定n个点的树和m条链,q次询问一条链(a,b)最少被多少条给定的链覆盖.\(n,m,q \leq 2*10^5\). [算法]树上倍增+二维数点(树状数组 ...
- Anaconda+django写出第一个web app(九)
今天来学习外键的使用,用外键来连接数据库中的两个表. 当我们的tutorials非常多的时候,目前的显示方式就会使得页面非常凌乱.我们可以考虑把这些教程分为不同的系列,页面只显示标题以及概要等信息,进 ...