Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KingsMentor authored Oct 12, 2016
1 parent 4d2b408 commit a9db491
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Barcode Scanner supported by Mobile Vision Api

[![](https://jitpack.io/v/KingsMentor/MobileVisionBarcodeScanner.svg)](https://jitpack.io/#KingsMentor/MobileVisionBarcodeScanner)


![Lib Sample](https://github.com/KingsMentor/MobileVisionBarcodeScanner/blob/master/lib_example.gif)



#### adding as a dependency

##### Step 1.
Expand Down Expand Up @@ -66,7 +71,7 @@ Add the dependency
**Note**
these attributes can also be initialised from `java code` . We would look into that later

### Using the Mobile Vision Power Camera.
### Using the Mobile Vision Powered Camera.

##### Step 1 - Add layout in xml:

Expand Down Expand Up @@ -170,7 +175,7 @@ public class MainActivity extends AppCompatActivity implements BarcodeRetriever
}
```

as you can see, `BarcodeRetriever` interface handles the calback when a code is scanned successfully based on specified attributes.
as you can see, `BarcodeRetriever` interface handles the callback when a code is scanned successfully based on specified attributes.

#### Extras

Expand All @@ -195,7 +200,7 @@ barcodeCapture.setShowDrawRect(true);

#### Contributions

Contributions are welcomed. Generally, contributions are managed by issues and pull requests.
Contributions are welcome. Generally, contributions are managed by issues and pull requests.

1. Submit an issue describing your proposed fix or feature.
2. If your proposed fix or feature is accepted then, fork, implement your code change.
Expand Down

0 comments on commit a9db491

Please sign in to comment.