We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
e2b47a6
There was an error while loading. Please reload this page.
dependencies :
implementation 'com.hd.viewcapture:viewcapture:1.4'
code :
save to file
ViewCapture.with(v).asJPG().setOnSaveResultListener(this).save();
only get bitmap
ViewCapture.with(v).getBitmap();