Coder Social home page Coder Social logo

dozyx / zerotemplate Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 3.0 14.05 MB

本来想要的是创建一套个人快速开发模板,结果又把一些 sample 加了进去,所以该库作为存放个人 sdk 和 demo 使用

Java 53.66% Kotlin 37.74% Groovy 8.59%

zerotemplate's Introduction

本来想要的是创建一套个人快速开发模板,结果又把一些 sample 加了进去,所以该库作为存放个人模板和 demo 代码。

开发说明

新增 module

module 名称规范:小写,下划线分隔

清理:

  • 使用通用模板修改 build.gradle
  • 删除 androidTesttestlibs.gitignore

build.gradle 处理:

// app module
apply from: "${rootDir}/buildApp.gradle"

// lib module
apply from: "${rootDir}/buildLib.gradle"

appliationId 会根据 module 名生成,格式:cn.dozyx.[subfolder.].module_name

zerotemplate's People

Contributors

dozyx avatar

Stargazers

 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.