Closed rafakob closed 6 years ago
It's a very simple solution (too simple?) to use other screenshot libraries with Spoon. Let's take Falcon for example:
spoon.screenshot(activity, "tag", new ScreenshotProvider() { @Override public Bitmap capture() { return Falcon.takeScreenshotBitmap(activity); } });
It would be great to have that possibility.
Nvm
It's a very simple solution (too simple?) to use other screenshot libraries with Spoon. Let's take Falcon for example:
It would be great to have that possibility.