-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-init README
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |