From 3a4ef9448ff43e540aa31671369acf8b4320afdd Mon Sep 17 00:00:00 2001 From: huaweikai <48093673+huaweikai@users.noreply.github.com> Date: Sat, 15 Jul 2023 22:19:19 +0800 Subject: [PATCH] Create README.md -init README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bbcf62b --- /dev/null +++ b/README.md @@ -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.