如何在共享首选项中保存ScratchCard?

时间:2020-01-11 09:32:39

标签: java android android-studio

我正在做一个游戏,用户需要刮刮卡并找出隐藏的图像, 为此,应该只刮擦一次图像并将刮刮卡存储在内存中,我该怎么办?

我发现了很多创建刮刮卡的代码,但是没有一个可以保存刮刮卡。

这是我发现的东西:

https://github.com/D-clock/ScratchView

https://github.com/myinnos/AndroidScratchCard

https://github.com/skymansandy/scratchCardLayout

How to create a Scratch Card in Android?

How to create scratch card which allows user to scratch only once

非常感谢:)

1 个答案:

答案 0 :(得分:0)

根据从内存中读取的暂存状态,您可以使视图可暂存或显示。

看看这个库。 https://github.com/skymansandy/scratchCardLayout

最新更新具有一个额外的api RevealScratch()。那和resetScratch()完全适合您的用例。