Skip to content

flyingxu/sample-Tasks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sample-Tasks

This is a fork of the main NativeScript tasks sample that you can run from the NativeScript CLI.

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:

  1. User management

  2. User authentication

  3. User registration

  4. User welcome email

  5. Cloud data

  6. read, update, delete and create data entry stored in the cloud

  7. Offline support for the data (not in this article, but coming soon)

  8. Modern UX

  9. Using SideBar

  10. Pull to Refresh

  11. FAB (floating action button for Android Lollipop)

  12. Load on demand for many tasks

  13. Device integration

  14. using camera

  15. using phone contacts

  16. Patterns/Technologies used

  17. MVVM

  18. CSS for styling

  19. XML and data-binding for describing the UI

  20. Platform specific targeting for the Android FAB button

  21. 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

About

Open source cross-platform Tasks app built with NativeScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • CSS 0.2%