Update README.md

pull/7/head
Mattia Iavarone 7 years ago committed by GitHub
parent 5019a7db5d
commit 542646ee93
  1. 4
      README.md

@ -15,7 +15,7 @@ compile 'com.otaliastudios:cameraview:1.1.3'
<img src="art/screen2.png" width="250" vspace="20" hspace="5"> <img src="art/screen2.png" width="250" vspace="20" hspace="5">
</p> </p>
*This was a fork of [CameraKit-Android library](https://github.com/gogopop/CameraKit-Android), originally a fork of [Google's CameraView library](https://github.com/google/cameraview), but has been completely rewritten. See [below](#roadmap) for a list of what was done. Feel free to contribute - this is under active development.* *This was a fork of [CameraKit-Android library](https://github.com/gogopop/CameraKit-Android), originally a fork of [Google's CameraView library](https://github.com/google/cameraview), but has been [completely rewritten](https://github.com/natario1/CameraView/graphs/contributors?type=d). See [below](#roadmap) for a list of what was done. Feel free to contribute - this is under active development.*
### Features ### Features
@ -66,7 +66,7 @@ To use the CameraView engine, simply add a `CameraView` to your layout:
android:layout_height="wrap_content" /> android:layout_height="wrap_content" />
``` ```
Make sure you override `onResume`, `onPause` and `onDestroy` in your activity, and call `CameraView.start()`, `stop()` and `destroy()`. Make sure you override `onResume`, `onPause` and `onDestroy` in your activity or fragment, and call `CameraView.start()`, `stop()` and `destroy()`.
```java ```java
@Override @Override

Loading…
Cancel
Save