LibChecker / LibChecker/LibChecker-Rules
[New Rule](FileOperator 文件操作库)
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 197
- Forks
- 82
- PR merge metrics
- No merged PRs in 30d
Description
Library name / 库名称
FileOperator
Library label / 库标签
Kotlin,File,Uri
Library team / 库的开发团队
javakam
Library group / 库组
共包含三个库
repositories {
mavenCentral()
maven { url "https://s01.oss.sonatype.org/content/groups/public" }
}
implementation 'com.github.javakam:file.core:3.5.0@aar' //核心库必选(Core library required)
implementation 'com.github.javakam:file.selector:3.5.0@aar' //文件选择器(File selector)
implementation 'com.github.javakam:file.compressor:3.5.0@aar'//图片压缩, 修改自Luban(Image compression, based on Luban)
Library icon / 库图标
Library description / 库描述
Android文件操作库。适用于Android 4.4及以上系统, 已兼容AndroidQ和Android11新的存储策略。包括处理Android端文件目录及缓存、文件MimeType、文件打开方式、文件路径和Uri、文件大小、文件常用工具类以及文件选择处理等功能。
Library relative URL
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing how existing Android library rules are represented in LibChecker-Rules, then compare the FileOperator repository and the three listed artifacts: file.core, file.selector, and file.compressor. Done means FileOperator is added consistently with its Kotlin, File, and Uri labels and the supplied repository details.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100