Giter Club home page Giter Club logo

app-lib's Introduction

项目分类功能

以下代码不含任何业务 任何代码可以使用

lib-alert

  • 包含最基础的dialog,popWindow,toast工具

lib-base

lib-utils

  • StringUtils,6.0以上权限申请等工具类

lib-retrofit

  • rxJava使用时注意内存泄漏问题, rxJava学习:
  • retrofit,rxJava初步封装,与业务无关不含文件上传下载功能
  • 文件上传下载引用ProgressManager,直接下载demo看如何使用
    不要仿照demo中在application里面初始化,在需要使用之前初始化即可
    git项目:https://github.com/JessYanCoding/ProgressManager

lib-router
-封装ARouter一些基本使用

tips

代码已上传至maven管理,主要配置gradle_maven_push.gradle文件然后引用
上传库文件
gradlew uploadArchives
更新库文件 速度较慢
gradlew build --refresh-dependencies 不采用

changing true
configurations.all {
    resolutionStrategy.cacheChangingModulesFor 1, 'seconds'
}

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.