Skip to content

zh-m/recycler-view-demo

 
 

Repository files navigation

recycler-view-demo

Recycler-view-demo is a NativeScript-built Android app for demonstrating the usage of recycler-view plugin.

Screenshots

Development

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.8%
  • Java 21.3%
  • Other 0.9%