Android Next 公共组件库 Android-Next

码农软件 · 软件分类 · 手机开发包 · 2019-05-05 12:59:34

软件介绍

Android-Next 是 Android Next 公共组件库:Task, Cache, Views, Widgets, Http, Utils

项目介绍

这个库是我在日常开发过程中积累下来的一些可复用组件,大部分都在我的工作项目和个人项目中有使用。

Gradle集成

    // core 核心库, 格式:jar和aar
    compile 'com.mcxiaoke.next:core:1.1.+'
    // v1.1.0 新增
    // task 异步任务库,格式:jar和aar
    compile 'com.mcxiaoke.next:task:1.1.+'
    // http HTTP组件, 格式:jar和aar
    compile 'com.mcxiaoke.next:http:1.1.+'
    // ui UI组件, 格式:aar
    compile 'com.mcxiaoke.next:ui:1.1.+'
    // v1.0.9 新增
    // recycler EndlessRecyclerView, 格式:aar
    compile 'com.mcxiaoke.next:recycler:1.1.+'
    // extra-abc 依赖support-v7 AppCompat 格式:aar
    compile 'com.mcxiaoke.next:extras-abc:1.1.+'

使用说明

使用前请阅读对应模块的文档和示例,如果有不清楚的地方,可以看源码,或者向我提问。

本文地址:https://codercto.com/soft/d/5072.html

Elements of Programming

Elements of Programming

Alexander A. Stepanov、Paul McJones / Addison-Wesley Professional / 2009-6-19 / USD 39.99

Elements of Programming provides a different understanding of programming than is presented elsewhere. Its major premise is that practical programming, like other areas of science and engineering, mus......一起来看看 《Elements of Programming》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具