Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
-init README
  • Loading branch information
huaweikai authored Jul 15, 2023
1 parent bac7a25 commit 3a4ef94
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# DyImage
用于扫描抖音的沙盒目录,读取表情包信息,并用在其他app

使用Android的SAF框架,进行一些文件权限申请,扫描一些图片文件到自己的沙盒环境,并不会对源文件进行操作。
将所有信息存储在一张表内,方便之后查询。
使用了Compose 技术完成,以及Room和Paging技术做到展示所有图片。

Use Android's SAF framework to apply for some file permissions, scan some image files to your own sandbox environment, and will not operate on the source files.
Store all information in a table for easy query later.
Compose technology is used to complete, as well as Room and Paging technology to display all pictures.

0 comments on commit 3a4ef94

Please sign in to comment.