Ionic 5|4 Add Barcode/ QR Code Scanner/ Encoder Generator using Native Plugin

In this tutorial, we will implement a Barcode or QR Scanner / Encoder plugin in an Ionic application. Barcodes and QR codes are widely used for multiple purposes like to add a link where a user doesn’t need to type the whole URL it can be easily scanned from a QR code. Barcodes can also […]

Ionic 5|4 Add Barcode/ QR Code Scanner/ Encoder Generator using Native Plugin Read More »

Angular 9|8|7 Drag and Drop Across Multi Lists in Angular Material

In this Angular 9 tutorial, we’ll discuss how to implement drag and drop functionality using Angular Material library components. In the drag and drop lists, items can be dropped across multiple lists or in the same list. In the Angular Material version 7, two major updates were introduced, Virtual Scroll, and Drag and Drop. Both

Angular 9|8|7 Drag and Drop Across Multi Lists in Angular Material Read More »

AngularJS – Image Crop Directive with Resize in Angular 1.x

Many web application has a feature to upload media including images, this can be for any purpose like Uploading some document, uploading screenshots, Updating profile images. To provide a user-friendly interface for uploading we can add an Image crop tool on the client side so that user can crop the desired portion of Images to

AngularJS – Image Crop Directive with Resize in Angular 1.x Read More »

Ionic 3 Resolve! Failed to install ‘cordova-plugin-admob-free’: Error: Variable(s) missing: ADMOB_APP_ID

Here we will discuss an issue faced during the platform build of Ionic 3 application, having an AdMob Free plugin. You can see that error below, this issue comes when we don’t add AdMob app id in an application using AdMob Free Ionic 3 native Plugin.

Ionic 3 Resolve! Failed to install ‘cordova-plugin-admob-free’: Error: Variable(s) missing: ADMOB_APP_ID Read More »

Ionic 5 Pull/ Swipe Down to Refresh on Ionic Page Tutorial with Example Application

In this Ionic 5/4 tutorial, we’ll discuss pull or swipe down the page to refresh functionality in Ionic Angular application using the UI components available in the Ionic framework. As seen in many Android native applications like chrome browser we usually have a user-friendly feature to pull down the page to refresh. A user just

Ionic 5 Pull/ Swipe Down to Refresh on Ionic Page Tutorial with Example Application Read More »

Angular 7 – Implement Infinite Virtual Scroll in Few Easy Steps in Latest Angular 7.x

In this post, we will discuss one of the major updates in Angular 7 version, its new Virtual scroll feature in CDK which is Material Component Development Kit. Virtual scrolling comes into action where we have a long list of item in applications, the performance of page decreases due to lots of hidden HTML data which

Angular 7 – Implement Infinite Virtual Scroll in Few Easy Steps in Latest Angular 7.x Read More »