Skip to content

nilsmehlhorn/NativeNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NativeNotes

This project illustrates common aspects of developing mobile cross-platform applications with NativeScript and Angular.

The eventual application implements the following features:

  • display of notes via NativeScript list-view module
  • ability to add notes via NativeScript dialog module
  • master-detail routing from the list of notes to a specific note
  • ability to attach an image to a specific note via NativeScript imagepicker

User Interface on Android

master-view of applicationsdetail-view of applications

User Interface on iOS

master-view of applicationsdetail-view of applications

Setup

  1. Setup NativeScript on your sytem
  2. Clone repository via git clone https://github.com/nilsmehlhorn/NativeNotes.git
  3. (Optional) Checkout a certain tag via git checkout tags/<tag-name>
  4. Add target platform via tns platform add (ios|android)
  5. Run via tns run (ios|android)