LongScreenshot
LongScreenshot copied to clipboard
This tool makes a number of screenshots, scrolling screen content automatically between each shot
I only looked through your code briefly, but does this support horizontal scrolling? I seemed like the motion event was hard-coded to DOWN
It taking long screenshot but showing long black screenshot. I am using like this: `BigScreenshot longScreenshot = new BigScreenshot(this, binding.scrollView, binding.root);` `longScreenshot.startScreenshot();` **Actual Screen:** ...
There is no example project about how to use it.