Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
NativeScript with Angular code sharing
Rating: 3.9 out of 5(18 ratings)
117 students

NativeScript with Angular code sharing

One project that will build mobile apps on Android and iOS and web Angular app
Last updated 6/2019
English

What you'll learn

  • Will be able to create one codesharing project for all platforms
  • Will be able to make a cross platform mobile app
  • Will be able to create web app with Angular

Course content

3 sections24 lectures3h 39m total length
  • Installation9:24
  • Angular App11:39
  • Nativescript App15:30
  • Using Tools to create apps9:51
  • Code Sharing App6:24
  • Preview Code Share on mobile2:13

    Preview code share on mobile demonstrates how the app renders on Android and iOS simulators, with platforms added automatically. The run shows the title 'Welcome to movies' on both devices.

  • Exercise files3:20
  • Included API6:52

    Learn to connect your NativeScript app to a provided api by setting up a Python Django rest framework backend, serving dynamic json data from a local server.

Requirements

  • Basic knowledge od Javascript, HTML and CSS
  • Computer with Internet

Description

This tutorial focus on the code sharing between mobile NativeScript and and Angular web app. I will show how we can have one single repository to handle the both projects and code sharing maximum code in-between the project.

We will start from scratch with a blank new project. I will start showing how to create Angular app and NativeScript separately and we will go through the content for each of them. Then we will create our code-sharing application. We will create classic master-detail view.  List of items with images will be displayed and you can click on the item to load new page with more detailed information in. We will do styling the component and I show you how to communicate to external API with http requests. (I also provide that API for you). We will finish with having 3 working applications on different platforms (web, iOS and Android).

All that will be done using one source code and share maximum code between web app and mobile app using Angular and NativeScript.

Who this course is for:

  • People who would like to know hot to create one project code sharing for both web app and mobile app
  • People who would like to know how to build NativeScript apps on Android and iOS
  • People who would like to know how to build Angular web app