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