Androidd开源控件-Glide 11月 14, 2017 Android开源控件 Glide 4.3.1 (4.x用起来更麻烦了)集成123456789repositories { mavenCentral() maven { url 'https://maven.google.com' }}dependencies { compile 'com.github.bumptech.glide:glide:4.3.1' annotationProcessor 'com.github.bumptech.glide:compiler:4.3.1'} 查看更多 Android
Android开源控件-常用控件地址 10月 12, 2017 Android开源控件 图片加载Glidehttps://github.com/bumptech/glide 网络框架Okhttphttps://github.com/square/okhttp Retrofithttps://github.com/square/retrofit Okhttp-OkGohttps://github.com/jeasonlzy/okhttp-OkGo NoHttphttps://github.com/yanzhenjie/NoHttp 查看更多 Android
Android开源控件-MPAndroidChart 6月 21, 2017 Android开源控件 概述为什么要写这个小结? MPAndroidChart文档是英文的,demo没有注释。 为了让以后使用MPAndroidChart更加方便。 查看更多 Android