Cross-Platform mobile applications with NativeScript Core and TypeScript – Part 3

In the first part of this tutorial, we learned how to get started with NativeScript Core, while in the second part, we learned how to exploit the most important features of this framework by testing this example application. In the third (and last) part of this tutorial, we are going to take a look at… Read More Cross-Platform mobile applications with NativeScript Core and TypeScript – Part 3

Cross-Platform mobile applications with NativeScript Core and TypeScript – Part 2

In the previous part of this tutorial, we learned how to create a simple NativeScript Core application with the support of TypeScript, and how to run the preview by using NativeScript Playground. Also, we have seen how to build a native application by using the NativeScript command-line interface (CLI). Now, we are going to exploit… Read More Cross-Platform mobile applications with NativeScript Core and TypeScript – Part 2

Cross-Platform mobile applications with NativeScript Core and TypeScript – Part 1

Nowadays, it’s hard to have time and money to develop the same software application for different platforms. Whether it’s a desktop or mobile software, the first thing that we should consider is about code reuse and portability. For this reason, in the last years, many different frameworks have evolved, simplifying cross-platform software development. In this… Read More Cross-Platform mobile applications with NativeScript Core and TypeScript – Part 1