受欢迎的鸿蒙工具库(harmony-utils)

1

简介

harmony-utils 是一款高效的OpenHarmony/HarmonyOS工具包,封装了常用工具类,提供一系列简单易用的方法。帮助开发者快速构建鸿蒙应用。

https://ohpm.openharmony.cn/#/cn/detail/@pura%2Fharmony-utils

源码地址:

https://gitee.com/tongyuyan/harmony-utils

2

下载安装

ohpm i @pura/harmony-utils

OpenHarmony ohpm 环境配置等更多内容,请参考如何安装 OpenHarmony ohpm 包。

https://ohpm.openharmony.cn/#/cn/help/downloadandinstall

3

模块介绍

图片

4

API详解

全局初始化方法,在UIAbility的onWindowStageCreate方法中初始化 AppUtil.init()

onWindowStageCreate(windowStage: window.WindowStage): void {
   AppUtil.init(this.context, windowStage);  
}

AppUtil(APP相关工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/AppUtilPage.ets

图片

DeviceUtil(设备相关工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/DeviceUtilPage.ets

图片

DisplayUtil(屏幕相关工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/DisplayUtilPage.ets

图片

PermissionUtil(申请授权工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/PermissionUtilPage.ets

图片

AuthUtil(手机的生物认证(指纹、人脸、密码)工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/AuthUtilPage.ets

图片

NotificationUtil(通知工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/NotificationUtilPage.ets

图片

PreferencesUtil(Preferences工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/PreferencesUtilPage.ets

图片

FileUtil(文件操作相关工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/FileUtilPage.ets

图片

PickerUtil(拍照、文件选择和保存,工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/PickerUtilPage.ets

图片

PreviewUtil(文件预览工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/PreviewUtilPage.ets

图片

NetworkUtil(网络相关工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/NetworkUtilPage.ets

图片

LocationUtil(定位工具类(WGS-84坐标系))点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/LocationUtilPage.ets

图片

PasteboardUtil(剪贴板工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/PasteboardUtilPage.ets

图片

SnapshotUtil(组件截图和窗口截图工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/SnapshotUtilPage.ets

图片

ScanUtil(码工具类(扫码、码图生成、图片识码))点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/ScanUtilPage.ets

图片

mageUtil(图片相关工具类 )点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/ImageUtilPage.ets

图片

KeyboardUtil(键盘工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/KeyboardUtilPage.ets

图片

LogUtil(日志工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/LogUtilPage.ets

图片

CrashUtil(全局异常捕获,崩溃日志收集)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/CrashUtilPage.ets

图片

StrUtil(字符串工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/StrUtilPage.ets

图片

Base64Util(Base64工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/Base64UtilPage.ets

图片

NumberUtil(number工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/NumberUtilPage.ets

图片

DateUtil(日期工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/DateUtilPage.ets

图片

ArrayUtil(数组工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/ArrayUtilPage.ets

图片

RandomUtil(随机工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/RandomUtilPage.ets

图片

ObjectUtil(对象工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/ObjectUtilPage.ets

图片

JSONUtil(JSON工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/JSONUtilPage.ets

图片

CacheUtil(缓存工具类 )点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/CacheUtilPage.ets

图片

ClickUtil(节流、防抖 工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/ClickUtilPage.ets

图片

TempUtil(温度转换工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/TempUtilPage.ets

图片

ActionUtil(弹窗工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/ActionUtilPage.ets

图片

DialogUtil(弹窗工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/DialogUtilPage.ets

图片

ToastUtil(土司工具类)点我见使用详细

https://gitee.com/tongyuyan/harmony-utils/blob/master/entry/src/main/ets/pages/utils/ToastUtilPage.ets

图片

仓库地址

https://gitee.com/tongyuyan/harmony-utils

后续计划

1、持续优化和添加更多的实用方法与功能(网络相关、语音、文字识别、router)。

2、添加新的模块(悬浮窗、加载动画、JSBridge)。

贡献代码

使用过程中发现任何问题都可以提Issue 给我们,当然,我们也非常欢迎你给我们发PR。

https://gitee.com/tongyuyan/harmony-utils/issues

https://gitee.com/tongyuyan/harmony-utils/pulls

开源协议

本项目基于 Apache License 2.0 ,请自由地享受和参与开源。

https://www.apache.org/licenses/LICENSE-2.0.html

转自:受欢迎的鸿蒙工具库(harmony-utils)

          最受欢迎的鸿蒙工具库(harmony-utils)_harmony 对系统相机拍照的图片进行base64-CSDN博客

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值