Giter Club home page Giter Club logo

quickandroid's Introduction

quickandroid

QuickAndroid一个Android快速开发的模板库,支持开箱即用的扫码、图片选择、MVP架构模式、H5容器的简单实现,以及一些常用的自定义View等等多项功能,可以根据需要引入不同的库实现不同的功能

Build Status

依赖使用

  • Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories:

    allprojects {
      repositories {
        ...
        maven { url 'https://jitpack.io' }
      }
    }
  • Step 2. Add the dependency

    // 所有的模块都依赖于 quick_android_base (必选)
    implementation 'com.github.SunnyQjm.quickandroid:quick_android_base:${last_version}'
    
    // 引入quick_android_mvp模块,来使用网络请求和MVP架构(可选)
    implementation 'com.github.SunnyQjm.quickandroid:quick_android_mvp:${last_version}'
    
    // 引入quick_android_image_picker模块,来接入图片选择,图片裁剪等功能(可选)
    implementation 'com.github.SunnyQjm.quickandroid:quick_android_image_picker:${last_version}'
    
    // 引入quick_android_qrcode模块,来接入扫码功能(可选)
    implementation 'com.github.SunnyQjm.quickandroid:quick_android_qrcode:${last_version}'
    
    // 引入quick_android_rx_permission模块,来接入链式调用动态请求权限的功能(可选)
    implementation 'com.github.SunnyQjm.quickandroid:quick_android_rx_permission:${last_version}'
    
    // 引入quick_android_webview模块,来接入H5容器能力(可选)
    implementation 'com.github.SunnyQjm.quickandroid:quick_android_webview:${last_version}'

各模块说明文档

一些说明

  • 本库仅支持androidx,不能与使用support库的项目一起使用,如果需要与support库一起使用,请自行fork进行迁移

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.