Muddz / QuickShot

[Moved to MavenCentral] Capture images of any View, SurfaceView or Bitmap from your Android app in: .jpg .png or .nomedia with simple oneliner codes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to use this library to take full screen screenshot

NewBugger opened this issue · comments

hello, and sorry for this newbee question.

how can i use this library to take a full screen screenshot, i want to write a simplest screenshot app.

i've viewed the demo code and still don't know how to use the code like:

QuickShot.of(view).setResultListener(this)
                      .setFilename("Hello World")
                      .setPath("MyApp/Pictures")
                      .toPNG()
                      .save();

sorry for not understanding vary type of fragments..

if bothered closed this please.