
Students will know more about the instructor and his background on developing mobile Android and iOS applications with NativeScript.
Students will learn how to take their project and build a version of it for Android as well as iOS (provided they are using a Mac).
Learn how to design NativeScript application views (screens) using XML layouts and various components that are cross compatible between Android and iOS.
Style XML components such as, but not limited to, buttons and text fields using a subset of CSS for each view in an application.
Students will learn how to add list items to the NativeScript list view component.
Students will learn how to create and navigate to multiple UX views in an efficient manner that will encourage maintainable NativeScript development.
Students will learn how to save and load data in a NativeScript application. Data is persisted and survives more than just the application session.
Students will learn how to use native device features, more specifically, the device camera in this lecture. It will show students that they have access to all the capabilities of the device.
Students will know how to take their knowledge on RESTful requests and apply it towards a real API. In this case, students will learn how to shrink URLs with the TinyURL API.
Students will learn how to validate saved website URLs and then launch them in the device web browser.
Students will learn how to configure one of the Google APIs, in particular the Google URL Shortener API.
Students will learn how to alter their project to support the Google URL Shortener instead of TinyURL for shortening their URLs.
Hear closing thoughts on the NativeScript 101 course and obtain all source code for the TinyURL project.
Have you ever wanted to build your very own mobile Android or iOS application? Already have some working knowledge of web development technologies like JavaScript, HTML, and CSS? Using NativeScript you can bring the web world and mobile world together.
This course will teach you how to easily develop hybrid mobile applications for Android and iOS using NativeScript by Telerik. We'll look at what is necessary to configure NativeScript on your Windows, Linux or Macintosh computer and develop visually pleasing applications with minimal amounts of code and design skills necessary.
NativeScript 101 is designed to be a quickstart for beginners looking to develop mobile applications. This course will put you track for building mobile applications using common web technologies such as JavaScript, XML, and CSS. We'll see everything from designing application views to performing HTTP requests against remote web services. As a course goal, we'll create a fully functional URL shortener using the skills we developed through the span of the course.