NativeScript Batch
A NativeScript module for implementing batch operations.
NativeScript Toolbox
This module is part of nativescript-toolbox.
License
Platforms
- Android
- iOS
Installation
Run
tns plugin add nativescript-batch
inside your app project to install the module.
Example
;
Documentation
The full documentation can be found on readme.io.
Data binding
Each batch starts with an empty Observable
and an empty ObservableArray
that are submitted to each execution context of a callback.
These objects can be used in any View like a ListView or a Label, e.g.
An example of a code-behind:
;;;
The declaration of the underlying view: