Giter VIP home page Giter VIP logo

eng123 / commonutils Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 18gray/commonutils

0.0 0.0 0.0 253 KB

这是一个常用工具类,包括汉字转拼音工具、常用数据格式相互转换工具、尺寸相关的工具、加密工具、文件相关的工具、字体相关的工具、图像相关的工具、键盘工具类、LBS工具类、网络相关工具、通知相关工具、正则表达式工具类、屏幕相关工具类、SDCard工具类、SharePreference工具类、系统相关工具、时间日期工具类、view相关工具类。用的时候不要把整个Lib引入到工程中,选择所需工具类导入即可。

Java 100.00%

commonutils's Introduction

CommonUtils

这是一个常用工具类,包括汉字转拼音工具、常用数据格式相互转换工具、尺寸相关的工具、加密工具、文件相关的工具、字体相关的工具、图像相关的工具、键盘工具类、LBS工具类、网络相关工具、通知相关工具、正则表达式工具类、屏幕相关工具类、SDCard工具类、SharePreference工具类、系统相关工具、时间日期工具类、view相关工具类。

使用方法

在Project的build.gradle中导入maven地址:

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

在app的build.gradle中导入依赖:

dependencies {
    ...
    compile 'com.github.18Gray:CommonUtils:0.1'
}

commonutils's People

Contributors

18gray avatar asdfagow 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.