cvzi/ScreenshotTile

Documentation needed

Closed this issue · 3 comments

I am trying to use this package/plugin on my project, but I can't find a detailed Documentation(workaround), I would appreciate if anyone could help me with the process @cvzi

cvzi commented

This is not a package, it is only a standalone app.

is there a way i can get the screenshot feature/implementation to use for my project? @cvzi

cvzi commented

Probably not. This was my first Android app and the code is a mess. It is not really designed for re-using it. Also I don't really know how Android libraries are made.

You can initiate a screenshot with broadcasts from another app as described here. But that requires that this app is installed, and I don't know if it possible to afterwards "return" the screenshot file to your app.

If you want to implement it yourself, I can give you an overview of how it works, and what different ways there are to take screenshots.