Giter Club home page Giter Club logo

android-easytools's Introduction

AndroidEasyTools

Jietu20191208-193301

通用代码解决方案,一直开发一直爽是我们追求的理念。

在日常开发中,我们总会被很多需求折腾,遇到有些问题,就得寻找相应的解决方案,可是网上的方案五花八门,难道就没有一个真正好用的解决方案吗?

Android-EasyTools正是解决我们日常开发难题,快乐编程,不断汇总常见工具类,并进行简单封装,让使用起来更加简单易用。

使用方式:

Gradle

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

导入你需要的模块

def version = '1.0'
组件 功能
implementation 'com.github.Blue-knife.Android-EasyTools:bullet_ktx:$version' ktx扩展相关
implementation 'com.github.Blue-knife.Android-EasyTools:bullet_ui:$version' 自定义view相关
implementation 'com.github.Blue-knife.Android-EasyTools:bullet_base:$version' 通用业务组件
... ...

具体组件介绍

bullet_ktx

ktx扩展方法与常用独立工具(即不包含第三方组件),利用Kt特性提高开发效率。暂时未提供目录,具体查看代码;

bullet_ui

一些项目中会用到的自定义view与 ui相关;

bullet_base

通用工具合集,包含常用的各种工具,某些工具需要搭配其他三方库一起使用,具体暂时查看代码;

component

作为独立组件合集,有些工具,如果将其定位为一个简单的类,或许太重,我们更希望的是一些项目中快速开发的业务工具参与进来,我们希望这个组件合集可以给你参考作用,简易而不庞大,便于快速理解及使用。

目前通用的解决方案有:

我们非常欢迎你的PR,一切为了更快的效率。

android-easytools's People

Stargazers

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