AndroidUtilCode icon indicating copy to clipboard operation
AndroidUtilCode copied to clipboard

:fire: Android developers should collect the following utils(updating).

Results 241 AndroidUtilCode issues
Sort by recently updated
recently updated
newest added

![微信截图_20230224144400](https://user-images.githubusercontent.com/10058514/221110511-c295458b-6250-4008-9492-490fb6e34059.png)

bug

## 描述 Bug 该方法为一次性写入,无论数据长度为多少都没有缓存的必要 因此可以直接使用FileWriter,减少Buffer的开销 - AndroidUtilCode 的版本:utilcodex:1.31.1 ## 相关代码 FileIOUtils.java Line 542 ```java public static boolean writeFileFromString(final File file, final String content, final boolean append) ```

bug

![7071681120593_ pic](https://user-images.githubusercontent.com/10292799/230879803-0b9661cb-5d7e-4a98-b5f8-88437c7f872f.jpg)

bug

## 描述 Bug 简洁地描述下 Bug。 - AndroidUtilCode 的版本: - 出现 Bug 的设备型号: - 设备的 Android 版本: ## 相关代码 ``` put your code here ``` ## 异常堆栈 ``` put the stack...

bug

## 描述需求 KeyboardUtils.isSoftInputVisible 无法判断虚拟键盘,横屏时虚拟键盘很有用,因此希望可以支持 ## 可借鉴的 我看语雀APP是实现了的,说明这个需求是可行的。

help wanted

## 载入BusUtils后执行AndroidTest时报错 简洁地描述下 Bug。 - AndroidUtilCode 的版本:utilcodex:1.31.1 - 出现 Bug 的设备型号: xxx - 设备的 Android 版本:Api 33 ## 相关代码 ``` put your code here ``` ## 异常堆栈 ``` put the...

目前生成的文件格式时间格式例如:2023_03_25-18_11_02.txt 期望可以自定义文件名称,例如:10002_2023_03_25-18_11_02.txt

## 描述 Bug 使用ZipUtils.zipFile打zip包时,实际成功了,但是仍然会抛出异常。 使用FileUtils.copy()方法也会出现该现象 - AndroidUtilCode 的版本:1.31.0 - 出现 Bug 的设备型号: - 设备的 Android 版本:android 11 ## 相关代码 try { // selectPath 是选中的U盘目录 val zipFileName = selectPath + File.separator...

bug