-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,35 @@ | ||
Android-QR-Scanner | ||
# Android - Simple QR Code Scanner | ||
|
||
[![Build Status](https://circleci.com/gh/JanKrb/Android-QR-Scanner.svg?style=svg)](https://app.circleci.com/pipelines/github/JanKrb/Android-QR-Scanner) | ||
|
||
This is a simple one activity android qr code scanner. You will get the result of the qr code scanner as a text. | ||
|
||
### Installation | ||
|
||
Download sourcecode | ||
|
||
```sh | ||
$ git clone https://github.com/JanKrb/Android-QR-Scanner | ||
$ cd Android-QR-Scanner | ||
``` | ||
|
||
For building the app | ||
|
||
```sh | ||
$ ./gradlew androidDependencies | ||
``` | ||
|
||
|
||
### Development | ||
|
||
Want to contribute? Great! | ||
|
||
Just fork this github repo and create a pull request as soon as you have a working solution. Please provide a precise description what you have changed and what it's good for. | ||
|
||
License | ||
---- | ||
|
||
MIT | ||
|
||
|
||
**Free Software, Hell Yeah!** |