More and more Java developers have been coming into contact with front-end development in recent years. For this group of developers, it is only a small step to switch to mobile app development with NativeScript. In this post, we try to clarify the possibilities of native and hybrid app development using NativeScript. What Is NativeScript… Continue reading Native Android mobile apps with Angular
Tag: Angular
Simple Mobile App with NativeScript and Angular
The NativeScript core team works with the Angular team at Google to ensure NativeScript and Angular are seamlessly integrated. If you know Angular, you’re already ready to develop amazing native mobile apps with NativeScript. With NativeScript and Angular, a single code base (and skillset) can be used to create web apps and native mobile apps… Continue reading Simple Mobile App with NativeScript and Angular
Angular Tutorial First App Code
Angular Tutorial: First App Code Article Information Your Name YYYY-MM-DD Learn how to build your first Angular application with step-by-step code examples and explanations. Web Development Introduction In this Angular tutorial, we will guide you through the process of building your first Angular application. We will cover the essential concepts and provide you with the… Continue reading Angular Tutorial First App Code
Facebook Login in Angular Web Pages
In this article, we will learn the step-by-step process of allowing users to log in to an application with Facebook and Gmail using Angular 8. Login with Facebook and Google makes it safe and easy for users to use applications. When a user clicks on the Login button with Facebook or Gmail, the user is… Continue reading Facebook Login in Angular Web Pages
Build Email Application using AngularJS
Build a simple email application and learn core AngularJS concepts. By the end of this tutorial, you’ll be able to see (fake) emails, search by subject line, and read/delete emails. Prerequisites: Understand how to build a basic Javascript application with jQuery Know how to launch a basic HTTP server (e.g., python -m SimpleHTTPServer) Be able to clone a GitHub repo We… Continue reading Build Email Application using AngularJS