项目作者: lyhoangvinh

项目描述 :
Combination of common Android Utils
高级语言: Java
项目地址: git://github.com/lyhoangvinh/myutil.git
创建时间: 2018-05-08T17:24:34Z
项目社区:https://github.com/lyhoangvinh/myutil

开源协议:

下载


My-Utils

Common Android Utils can be used in almost android projects.

For documentation, please see source code ‘s comments.

Note: All modules are compiled with Java 8 language, use android support version 28.0.0

Download

Gradle:

Add the JitPack repository to your project level ‘s gradle file

  1. allprojects {
  2. repositories {
  3. maven { url 'https://jitpack.io' }
  4. }
  5. }
  1. <dependency>
  2. <groupId>com.github.lyhoangvinh</groupId>
  3. <artifactId>myutil</artifactId>
  4. <version>2</version>
  5. </dependency>

Add the dependencies to module ‘s gradle file

  • Using SNAPSHOT version (see JitPack for documentation):
    1. implementation 'com.github.lyhoangvinh:myutil:2'

Other options: https://jitpack.io/#lyhoangvinh/myutil.svg

License

  1. Copyright 2018 Ly Hoang Vinh.
  2. Licensed under the Apache License, Version 2.0 (the "License");
  3. you may not use this file except in compliance with the License.
  4. You may obtain a copy of the License at
  5. http://www.apache.org/licenses/LICENSE-2.0
  6. Unless required by applicable law or agreed to in writing, software
  7. distributed under the License is distributed on an "AS IS" BASIS,
  8. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9. See the License for the specific language governing permissions and
  10. limitations under the License.