Giter VIP home page Giter VIP logo

libtools's Introduction

基础工具SDK

[TOC]

1.目录说明

├── app  测试工程
|   |
├── lib_tools  工具SDK工程
|	|── listener  工具回调
|	|── util  所有工具类
|   |   |── bank  银行卡    
|   |   |── bitmap  常见Bitmap转换与Bitmap图片
|   |   |── database  本地数据存储
|   |   |── encryption  加解密
|   |   |── event  EventBus数据发送
|   |   |── fileUtils  文件操作
|   |   |── language  国际化
|   |   |── number  数据处理
|   |   |── qr  二维码
|   |   |── screen  屏幕
|   |   |── time  时间
|   |   |── toast  Toast提示
|   |   |── AppGlobalUtils  反射全局Application
|   |   |── AppManager  Activity管理
|   |   |── AppUtils  应用信息获取
|   |   |── CacheUtil  缓存操作
|   |   |── ClipboardUtils  剪切板
|   |   |── CountDownTimerUtils  验证码倒计时
|   |   |── DoubleClickExitDetector  双击退出
|   |   |── EditTextUtil  输入框工具
|   |   |── GetDeviceId  设备唯一ID
|   |   |── GsonUtil  Json转换
|   |   |── IdcardValidator  身份证
|   |   |── LiveDataBus  跨组件通讯
|   |   |── MapUtil  Map数据操作
|   |   |── NoticeMessageUtils  通知栏
|   |   |── PermissionsUtil  动态权限请求
|   |   |── PhotoUtil  设备功能调用
|   |   |── SendMessage  短信发送
|   |   |── SoftKeyboardUtil  软键盘
|   |   |── StringUtil  常见字符串处理
|   |   |── TextUtil  TextView操作
|   |   |── ThreadUtils  线程操作

2.使用方式

2.1 在项目跟build.gradle添加如下配置
allprojects {
    repositories {
        ...
        maven {
            allowInsecureProtocol = true
            url 'http://nexus.ops.hyszsz.com/repository/android-plugin-public/'
            credentials {
                username "lurui"
                password "lr123456"
            }
        }
    }
}
2.2 在app工程build.gradle添加依赖
dependencies {
	...
    //远程仓库使用方式
    implementation 'com.hysz.lib_tools:lib_tools:版本号-SNAPSHOT/RELEASE'
}

3.版本说明

​ 发布版(RELEASE):暂未发布

​ 快照版(SNAPSHOT):0.0.2

libtools's People

Contributors

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