Skip to content

ithomasoft/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Util Codes

Android 快速开发工具类,包含常用的工具类。 在AndroidUtilCode的基础上剔除个人不使用的代码,新增了国际化配置。 使用java语言开发,避免再造轮子。 新老项目皆可使用。

摘要

怎么使用

  1. 在项目根目录的build.gradle文件中添加如下代码:

         allprojects {
     	    repositories {
     		    ...
     		    maven { url 'https://jitpack.io' }
     	    }
         }  
    
  2. 添加项目依赖:

        dependencies {
            implementation 'com.github.ithomasoft:core:1.0.0'
        } 
    
  3. 开始使用!

更新日志

  • 1.0.0:初始版本,基于AndroidUtilCode 1.29.0

关于作者

渣渣一枚

致谢

AndroidUtilCode

About

Android Util Codes

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages