Giter Club home page Giter Club logo

agiledevkt's Introduction

敏捷开发解决方案

这套敏捷开发解决方案基于Kotlin语法实现,根据Kotlin的特性进行了方法扩展。 解决方案主要包含了3块内容,能帮助你快速构建一个中小型的App,你只需要专注于UI开发和业务逻辑即可。 三块组件都只支持Androidx,请确保你的工程已经升级支持Androidx。

由于jcenter删库跑路,请大家添加mavenCentral依赖,并引用最新版本(为了配合迁移,引用的域名从com.lodz改为ink.lodz

    repositories {
        ...
        mavenCentral()
        ...
    }

1. 使用扩展方法:

如果你希望获取丰富的扩展方法来支持你的工程,你可以选择依赖corek-kt, 里面同时包含了Androidx相关的支持库。

    implementation 'ink.lodz:core-kt:2.0.8'

2. 使用Pandora组件:

如果你希望开发一个新的中小型应用,并且把自己的精力专注在业务UI和逻辑开发上,你可以选择依赖Pandora, 里面包含了控件的封装、调用方法的封装、开发工具封装等等,你可以从Pandora的盒子里拿到你需要的绝大多数东西。

    implementation 'ink.lodz:pandora:2.0.8'

3. 使用图片库:

如果你希望便捷的使用图片加载库来服务你的工程,你可以选择依赖imageloader-kt, 它内部集成了Glide,通过简单的链式调用来降低你的学习梯度。

    implementation 'ink.lodz:imageloader-kt:1.2.5'

4、详细了解

3、关于Issues

如果小伙伴发现BUG或者有任何的建议,都欢迎到 Github Issues 上留言,我会定期查看回复哒

License

Copyright 2019 Lodz

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

agiledevkt's People

Contributors

lz9 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.