这是一个Android基于JAVA语言的工具类库,该库集成了最常用的工具类,就比如StringUtil,'FileUtil','DeviceUtil'等。
StringUtil.INSTANCE.reverseString("wonium");
在你的model目录下的build中增加依赖,替换下面latestVersion位最新的版本,当前最新的版本:
dependencies {
implementation 'com.wonium.extension:java-extension-utils-android:latestVersion'
}
Copyright $today.year. wonium
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.