semaj87 / android-screenshot

Simple Android Java application that uses in-app Android permissions to take a screenshot programmatically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Screenshot

About The Project

This Java Android project looked at how to take a screenshot programmatically from within an application.

Both the READ_EXTERNAL_STORAGE & WRITE_EXTERNAL_STORAGE permissions are requested by the user in the main activity.

Once permission has been granted, the button's on click listener can be invoked to capture the screenshot.

App Screenshots

Android Permissions App Screenshots

Built With

Prerequisites

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Acknowledgements

About

Simple Android Java application that uses in-app Android permissions to take a screenshot programmatically


Languages

Language:Java 100.0%