首页 编程 软件学院 查看内容

一套完整的Android通用框架

2016-9-9 17:52 1238 0

摘要: butterknife简介Bind Android views and callbacks to fields and methods 将Android视图和回调方法绑定到字段和方法上github地址https://github.com/JakeWharton/butterknife相关博客butterknife官网网络请求Retrof ...

butterknife

简介

Bind Android views and callbacks to fields and methods 将Android视图和回调方法绑定到字段和方法上

github地址

https://github.com/JakeWharton/butterknife

相关博客

butterknife官网

网络请求

Retrofit

简介

Type-safe HTTP client for Android and Java by Square 类型安全的Http客户端

github地址

https://github.com/square/retrofit

相关博客

图片加载

glide

简介

An image loading and caching library for Android focused on smooth scrolling 一个图片加载和缓存的库

github地址

https://github.com/bumptech/glide

picasso

简介

A powerful image downloading and caching library for Android 一个强大的图片下载与缓存的库

github地址

https://github.com/square/picasso

相关博客

图片操作

PhotoView

简介

Implementation of ImageView for Android that supports zooming, by various touch gestures 图片缩放

github地址

https://github.com/chrisbanes/PhotoView

相关博客

github之PhotoView使用

uCrop

简介

Image Cropping Library for Android 图片裁剪

github地址

https://github.com/Yalantis/uCrop

相关博客

uCrop使用及源码浅析

CircleImageView

简介

A circular ImageView for Android 圆头像

github地址

https://github.com/hdodenhof/CircleImageView

数据库

Realm

简介

Realm is a mobile database: a replacement for SQLite & ORMs

github地址

https://github.com/realm/realm-java

相关博客

Realm官网

响应式编程

RxJava

简介

RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM

github地址

https://github.com/ReactiveX/RxJava

相关博客

事件总线

RxBus

简介

基于RxJava写的事件总线

声明:文章版权归原作者所有 部分文章转自互联网 如有侵权请联系 [邮箱地址] 删除

路过

雷人

握手

鲜花

鸡蛋

最新评论

返回顶部