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

C# Primer Plus

C# Primer Plus

Klaus Michelsen / Sams / 2001-12-15 / USD 49.99

C# Primer Plus is a tutorial based introduction to the C# language and important parts of the .Net Framework. Throughout the book the reader will be exposed to proven principles enabling him to write ......一起来看看 《C# Primer Plus》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

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

正则表达式在线测试

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具