Giter VIP home page Giter VIP logo

commonlib's Introduction

快速开发框架

Usage

<1> lib-core

文档

核心库,集成了开发必须的核心功能

compile 'com.march.lib-core:lib-core:1.0.1'

<2> lib-support

文档

支持库,集成了一些帮助类和简化开发的类

compile 'com.march.lib-support:lib-support:1.0.0'

<3> lib-adapter

文档

RecyclerView的通用适配器,提供单类型、多类型和九宫格模式的适配效果,可以添加Header和Footer,上拉加载更多。

compile 'com.march.lib-adapter:lib-adapter:1.0.1'

<4> lib-view

文档

自定义控件的库,里面有一些自定义的控件

compile 'com.march.lib-view:lib-view:1.0.0'
  • 类库正在开发中并没有发不到JCenter,需要先在项目根目录下的yourProject/build.gradle文件中添加如下依赖
allprojects {
    repositories {
        jcenter()
        mavenCentral()
        maven { url 'https://dl.bintray.com/chendongmarch/maven' }
    }
}
  • 类库中使用25.0.0的android-support库,如果与你的版本不一致你可以在app/build.gradle中使用如下代码过滤掉
compile ('com.march.lib-core:lib-core:1.0.1,{
    exclude group: 'com.android.support', module: 'support-annotations'
})

commonlib's People

Contributors

chendongmarch avatar

Watchers

 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.