Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HBiSoft authored Sep 2, 2020
1 parent 4cd0660 commit 051ec94
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<h2 align="center"><b>Demo:</b></h2>

<p align="center">Download the demo app <a href="https://github.com/HBiSoft/HBRecorder/releases/download/0.1.12/HBRecorderDemo.apk"><nobr>here</nobr></a></p>
<p align="center">Download the demo app <a href="https://github.com/HBiSoft/HBRecorder/releases/download/0.1.13/HBRecorderDemo.apk"><nobr>here</nobr></a></p>

<p align="center"><img src="https://user-images.githubusercontent.com/35602540/66485516-3e78fd80-eaa9-11e9-9fea-f59bfa7c1389.gif" width="247" height="480" </p>

Expand Down Expand Up @@ -54,7 +54,7 @@ Implement library in your app level build.gradle:

```java
dependencies {
implementation 'com.github.HBiSoft:HBRecorder:0.1.12'
implementation 'com.github.HBiSoft:HBRecorder:0.1.13'
}
```

Expand Down Expand Up @@ -167,6 +167,10 @@ hbrecorder.getFilePath();
hbrecorder.getFileName();
// Start recording screen by passing it as Intent inside onActivityResult
hbrecorder.startScreenRecording(Intent);
// Pause screen recording (only available for devices running 24>)
hbrecorder.pauseScreenRecording();
// Resume screen recording
hbreccorder.resumeScreenRecording();
// Stop screen recording
hbrecorder.stopScreenRecording();
// Check if recording is in progress
Expand Down

0 comments on commit 051ec94

Please sign in to comment.