Coder Social home page Coder Social logo

zhiwo's Introduction

ZhiWo

  1. 个人信息
  2. 开源lib的使用
  3. 知识积累

开源库:


开源库使用说明:

10/12/2017 12:12:58 PM

  • butterknife 依赖注入框架

Github地址:https://github.com/JakeWharton/butterknife

引入:

compile 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'

  • permission 动态申请权限

Github地址:https://github.com/yanzhenjie/AndPermission

引入:

compile 'com.yanzhenjie:permission:1.1.0'

  • permissionsdispatcher 权限申请

Github地址:https://github.com/permissions-dispatcher/PermissionsDispatcher

引入:

compile 'com.github.hotchemi:permissionsdispatcher:2.1.3'

  • barlibrary 沉浸式管理

Github地址:https://github.com/gyf-dev/ImmersionBar

引入:

compile 'com.gyf.barlibrary:barlibrary:2.2.9'

  • circleimageview 圆形imageView

Github地址:https://github.com/hdodenhof/CircleImageView

引入:

compile 'de.hdodenhof:circleimageview:2.1.0'

  • photoview 缩放图片

Github地址:https://github.com/chrisbanes/PhotoView

引入:

compile 'com.github.chrisbanes.photoview:library:1.2.4'

  • picasso 图片加载

Github地址:https://github.com/square/picasso

引入:

compile 'com.squareup.picasso:picasso:2.5.2'

  • Glide 图片加载

Github地址:https://github.com/bumptech/glide

引入:

compile 'com.github.bumptech.glide:glide:3.7.0'

  • Fresco 图片加载

Github地址:https://github.com/facebook/fresco

引入:

compile 'com.facebook.fresco:fresco:0.12.0'

  • GifView gif图片展示

Github地址:https://github.com/Cutta/GifView

引入:

compile 'com.github.Cutta:GifView:1.1'

  • Blurry 图片模糊效果

Github地址:https://github.com/wasabeef/Blurry

引入:

compile 'jp.wasabeef:blurry:2.1.1'

  • Banner 图片轮询控件

Github地址:https://github.com/youth5201314/banner

引入:

compile 'com.youth.banner:banner:1.4.10'

  • NiceDialog 通用dialog

Github地址:https://github.com/Othershe/NiceDialog

引入:

compile 'com.github.Othershe:NiceDialog:1.1.1'

  • android-percent-support-extend 比例布局

Github地址:https://github.com/hongyangAndroid/android-percent-support-extend

引入:

compile 'com.zhy:percent-support-extends:1.1.1'

  • EventBus 事件发布/订阅框架

Github地址:https://github.com/greenrobot/EventBus

引入:

compile 'org.greenrobot:eventbus:3.0.0'

  • bga-qrcodecore 二维码相关

Github地址:https://github.com/bingoogolapple/BGAQRCode-Android

引入:

compile 'com.google.zxing:core:3.3.0'
compile 'cn.bingoogolapple:bga-qrcodecore:1.1.8@aar'
compile 'cn.bingoogolapple:bga-zxing:1.1.8@aar'

  • android-common-utils 通用工具

Github地址:https://github.com/luffykou/android-common

引入:

compile 'com.luffykou:android-common-utils:1.1.3'

  • MaterialRatingBar 评分

Github地址:https://github.com/DreaminginCodeZH/MaterialRatingBar

引入:

compile 'me.zhanghai.android.materialratingbar:library:1.0.2'

  • suspension-fab 悬浮按钮

Github地址:https://github.com/azhon/SuspensionFAB

引入:

compile 'com.azhon:suspension-fab:1.1.0'

  • EasyRecyclerView

Github地址:https://github.com/Jude95/EasyRecyclerView

引入:

compile 'com.jude:easyrecyclerview:4.4.2'

  • recovery 自动处理程序在运行时的Crash

Github地址:https://github.com/Sunzxyong/Recovery

引入:

compile 'com.zxy.android:recovery:0.1.4'

  • leakcanary 内存泄漏检测库

Github地址:https://github.com/square/leakcanary

引入:

debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.4'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'

  • material-calendarview 日历控件

Github地址:https://github.com/prolificinteractive/material-calendarview

引入:

compile 'com.prolificinteractive:material-calendarview:1.4.3'

Rxjava + Retrofit + okhttp 网络请求框架

  • retrofit

Github地址:https://github.com/square/retrofit

引入:

compile 'com.squareup.retrofit2:retrofit:2.0.1'
compile 'com.squareup.retrofit2:adapter-rxjava:2.0.1'
compile 'com.squareup.retrofit2:converter-gson:2.0.1'
compile 'com.google.code.gson:gson:2.6.2'

  • rxjava

Github地址:https://github.com/ReactiveX/RxJava

引入:

compile 'io.reactivex:rxjava:1.1.2'
compile 'io.reactivex:rxandroid:1.1.0'

  • okhttp

Github地址:https://github.com/square/okhttp

引入:

compile 'com.squareup.okhttp3:okhttp:3.2.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.2.0'

关于我:

联系我:

zhiwo's People

Contributors

zhaoqingyue avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.