2
2
3
3
Barcode scanning library for Android, using [ ZXing] [ 2 ] for decoding.
4
4
5
- The project is loosly based on the [ ZXing Android Barcode Scanner application] [ 2 ] , but is not affiliated with the official ZXing project.
5
+ The project is loosely based on the [ ZXing Android Barcode Scanner application] [ 2 ] , but is not affiliated with the official ZXing project.
6
6
7
7
Features:
8
8
@@ -11,19 +11,6 @@ Features:
11
11
3 . Scanning can be performed in landscape or portrait mode.
12
12
4 . Camera is managed in a background thread, for fast startup time.
13
13
14
- ## Version 3
15
-
16
- Where [ version 2] [ 4 ] was essentially just a stripped-down version of the [ Barcode Scanner application] [ 2 ] ,
17
- version 3 is a rewrite of a large part of the codebase, making it more versatile and customizable.
18
-
19
- With the rewrite, many APIs for UI customization were removed. Instead, it is now recommended
20
- to create a custom Activity using the lower-level components directly
21
- (see [ Customization] ( #customization ) for details).
22
-
23
- Other notable changes:
24
- * The camera is now loaded in a background thread, making the activity start faster.
25
- * The camera preview and decoding now function correctly in any orientation.
26
-
27
14
## Adding aar dependency with Gradle
28
15
29
16
From version 3 this is a single library, supporting Gingerbread and later versions of Android
@@ -37,8 +24,8 @@ repositories {
37
24
}
38
25
39
26
dependencies {
40
- compile 'com.journeyapps:zxing-android-embedded:3.1 .0@aar'
41
- compile 'com.google.zxing:core:3.2.0 '
27
+ compile 'com.journeyapps:zxing-android-embedded:3.2 .0@aar'
28
+ compile 'com.google.zxing:core:3.2.1 '
42
29
compile 'com.android.support:appcompat-v7:23.1.0' // Version 23+ is required
43
30
}
44
31
@@ -139,7 +126,7 @@ You can then use your local version by specifying in your `build.gradle` file:
139
126
140
127
## Sponsored by
141
128
142
- [ Journey ] [ 1 ] - Build enterprise mobile apps for iOS and Android. Work in the cloud, code in JavaScript and forget about back-end development .
129
+ [ JourneyApps ] [ 1 ] - Creating business solutions with mobile apps. Fast .
143
130
144
131
145
132
## License
0 commit comments