Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 2.15 KB

README.md

File metadata and controls

67 lines (45 loc) · 2.15 KB

AndroidUtils

AppCompat | AndroidX


License API Download

logo

Introduction

AndroidUtils is a tool library commonly used by Android developers. It encapsulates logs, time, rich text, file operations, etc. commonly used in Android development, and is convenient for everyone to use.

Usage

Add dependencies in build.gradle.

Adaptation AndroidX
dependencies {
		implementation 'com.zhangxm.utils:lib.coreutils:3.0.4'
	}
	
Not using AndroidX
dependencies {
		implementation 'com.zhangxm.utils:lib.coreutils:1.0.4'
	}

Please refer to the code in the App Module related Activity in the project.

Communication

Email : zhangxinmin528@sina.com

License

Copyright 2019 ZhangXinmin528

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

The End

If you are interested in AndroidUtils, don't forget to STAR AndroidUtils.

Thank you for reading ^o^