Giter Club home page Giter Club logo

vmlibrarymanager's Introduction

VMLibraryManager

各种扩展库管理项目,其中包含自己引用的其他的第三方库,以及自己创建的一些工具类库, 方便自己在开发项目中对一些工具类的使用,以及度其他第三方库的使用;

欢迎大家starorfork

#说明

此管理项目中包含的一些库都是开源的,有些是官方提供的,有些是其他大牛或者自己封装的,后期会慢慢完善,有需要朋友也可以下载使用

#使用方法

将本项目clone到自己的工作空间,可以和自己的项目放在同一目录,然后在settings.gradle加入如下代码: (其中 library name 改成对应的名字)

include ':library name'
project(':library name').projectDir = new File('../VMLibraryManager/module name')

然后在项目的主module项目依赖中引入这个扩展库:

// 项目依赖
dependencies {
    // 引入项目 libs 目录下的各种第三方库,后边可以不用再单独添加
    compile fileTree(include: ['*.jar'], dir: 'libs')
    ...
    // 引入自己封装的工具库 GitHub: https://github.com/lzan13/VMLibraryManager
    compile project(':library name')
}

#详细描述

当前库管理包含了两个库,一个是APP端的,另一个是TV端,因为TV好多处理都和APP端不同,没弄在一起 下面是各个库的详细介绍,可以点击进去查看:

vmlibrarymanager's People

Contributors

lzan13 avatar

Watchers

 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.