| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a fork of the main NativeScript tasks sample that you can run from the NativeScript CLI. How to run:
$ git clone https://github.com/microtimber/sample-Tasks.git $ cd sample-task $ tns platform add android $ tns run android
But whichever emulator or device, Tasks app can't run: Unfortunately, Tasks has stopped ((+_+))
Open source cross-platform Tasks app built with NativeScript.
Use this application to find-out how to implement common mobile scenarios with NativeScript.
Scenario
We chose an app that we know will cover a lot of useful scenarios:
User management
User authentication
User registration
User welcome email
Cloud data
read, update, delete and create data entry stored in the cloud
Offline support for the data (not in this article, but coming soon)
Modern UX
Using SideBar
Pull to Refresh
FAB (floating action button for Android Lollipop)
Load on demand for many tasks
Device integration
using camera
using phone contacts
Patterns/Technologies used
MVVM
CSS for styling
XML and data-binding for describing the UI
Platform specific targeting for the Android FAB button
3rd party native libraries to load Telerik UI
Please read the series of articles that explain how this application is being implemented - https://www.nativescript.org/blog/nativescript-open-source-sample---tasks
| Back | FazBrowse Home | New Git URL |