- Overview
- Transcript
1.3 What We're Going to Build
In this course, we're going to build a simple browser for GitHub accounts. In this lesson, I'll show you the completed app and let you know what to expect from the course.
1.Introduction3 lessons, 04:03
1.1Introduction01:02
1.2Why Use NativeScript?02:03
1.3What We're Going to Build00:58
2.Code a Mobile App9 lessons, 55:16
2.1Install NativeScript02:51
2.2`tns` Commands03:47
2.3Development Workflow01:36
2.4NativeScript Project Structure03:57
2.5UI Development Basics11:22
2.6Core Concepts05:53
2.7NativeScript Modules09:29
2.8Navigation09:47
2.9Working With Arrays and Lists06:34
3.Conclusion1 lesson, 00:49
3.1Conclusion00:49
1.3 What We're Going to Build
In this short demonstration, we are going to build a simple GitHub browser. The application has three views, log in, profile and repos list. To keep it simple, the application is written in plain JavaScript. The project runs on both Android and iOS. But be aware, to be able to use iOS SDK for development, you need to access to a Mac. The goal of this project is to learn how to set up a native script project on your development machine, running it on iOS and Android emulators. Creating screens, navigation, basic needs for requests and resource management. In the next video, we are going to begin the development workflow by installing our requirements to run native script projects. So if you're ready, let's get started.