Recycler-view-demo is a NativeScript-built Android app for demonstrating the usage of recycler-view plugin.
This app is built with the NativeScript CLI. Once you have the CLI installed, start by cloning the repo:
$ git clone https://github.com/zh-m/recycler-view-demo
$ cd recycler-view-demo
Next, install the app's Android runtimes, as well as the app's npm dependencies:
$ tns install
From there you can use the run
command to run Groceries on Android:
$ tns run android --emulator
Finally, use the livesync
command to push out changes to your app without having to go through the full build cycle:
$ tns livesync android --emulator --watch