You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<imgalt="Add me to Linkedin"src="http://imageshack.us/a/img41/7877/smallld.png" />
131
+
</a>
132
+
133
+
134
+
Who's using it
135
+
--------------
136
+
137
+
*Does your app use QRCodeReaderView? If you want to be featured on this list drop me a line.*
138
+
139
+
Contributors
140
+
------------
141
+
*[David Lázaro Esparcia][2]
142
+
*[Daniel Comas Fernández][3]
143
+
144
+
License
145
+
-------
146
+
147
+
Copyright 2013 David Lázaro
148
+
149
+
Licensed under the Apache License, Version 2.0 (the "License");
150
+
you may not use this file except in compliance with the License.
151
+
You may obtain a copy of the License at
152
+
153
+
http://www.apache.org/licenses/LICENSE-2.0
154
+
155
+
Unless required by applicable law or agreed to in writing, software
156
+
distributed under the License is distributed on an "AS IS" BASIS,
157
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
158
+
See the License for the specific language governing permissions and
159
+
limitations under the License.
160
+
161
+
162
+
[1]: https://github.com/zxing/zxing/
163
+
[1]: https://github.com/dlazaro66
164
+
[1]: https://github.com/danicomas
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
1
188
QRCodeReaderView
2
189
================
3
190
@@ -14,30 +201,20 @@ You can also use this for Augmented Reality purposes, as you get QR control poin
14
201
15
202
Original work and code can be found here: https://code.google.com/p/zxing/
16
203
17
-
---
18
-
From now, this project is licensed under the Apache License v2.0, the same as original project. It is not a copyleft license like the GPL; it is relatively generous about what you can do with the code.
19
204
20
205
---
21
206
How to use:
22
207
23
208
- Add library to your project.
24
-
- Check your App uses it as library (properties->Android->Library->Add...)
25
209
- Create an Activity which implements onQRCodeReadListener, and let implements required methods
26
210
- Make sure Activity orientation is PORTRAIT and give Camera permision in the manifest.xml
27
-
- Drag&Drop a "QRCodeReaderView" in the layout editor from "Custom & library views" like you actually do with a button for example
0 commit comments