screenshott icon indicating copy to clipboard operation
screenshott copied to clipboard

[Android Library] Take a screenshot of your view layout , programmatically!

Results 14 screenshott issues
Sort by recently updated
recently updated
newest added

JFrog just announced that they'll be shutting down JCenter: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Key dates are: February 28th: No more submissions will be accepted to Bintray, JCenter May 1st: Bintray, JCenter services will...

I am getting null pointer error as I described here: https://stackoverflow.com/questions/63314768/attempt-to-invoke-virtual-method-void-android-view-view-measureint-int-on-a How can I solve my problem? Thanks..

Hello, Facing an issue on Nougat (Android 7.0) java.lang.NullPointerException: Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference at android.graphics.Bitmap.createBitmap(Bitmap.java:773) at github.nisrulz.screenshott.ScreenShott.takeScreenShotOfView(ScreenShott.java:74) Please any help. It's ok...

is it possible to share screenshot?

the library support screenshot of Video?

hi I can not use library my code error i make option menu `case R.id.shot: Bitmap bitmap_hiddenview = ScreenShott.getInstance().takeScreenShotOfJustView(view); File file = ScreenShott.getInstance().saveScreenshotToPicturesFolder(context, bitmap, "my_screenshot_filename"); String bitmapFilePath = file.getAbsolutePath(); break;`...

in this code Bitmap bitmap_view = ScreenShott.getInstance().takeScreenShotOfView(view); what 's the meaning of the parameter? and how to defien this parameter in the beginning thanks

please add a function that can save the long picture(over a screen)!

**What does this implement/fix? Explain your changes** I have added a new method to crop a particular area from the RootView based on x,y coordinates **Does this close any currently...