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
Improved AsyncQueryHandler that handles BulkInsert operation
3
6
4
-
Note: This is literally a copy paste of the `AsyncQueryHandler` in Android and then modified that to support Bulk Insert operation. All credits goes to the Android Open Source team for writing the original `AsyncQueryHandler`.
7
+
**Note:** This is literally a copy paste of the `AsyncQueryHandler` in Android and then modified that to support Bulk Insert operation. All credits goes to the Android Open Source team for writing the original `AsyncQueryHandler`.
8
+
9
+
Download
10
+
-----
11
+
12
+
```gradle
13
+
repositories {
14
+
jcenter() // or mavenCentral()
15
+
}
16
+
17
+
dependencies {
18
+
compile 'com.github.madrapps:asyncquery:1.0.0'
19
+
}
20
+
```
21
+
22
+
Usage
23
+
-----
24
+
You would use this the same way as you would use `AsyncQueryHandler` except you can now use `startBulkInsert()`
AsyncQuery by [Madrapps](http://madrapps.github.io/) is licensed under a [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0) by Android Open Source Platform.
0 commit comments