Ionic 3 Adding Bug and Crash Reporting System Crashlytics in Ionic Native 3.X

Firebase Crashlytics service is widely used these days by many developers, it helps in reporting crash, bug, and error reporting in your dashboard. This helps a lot to know the reasons behind application crashes and improving user experiences. Firebase Crashlytics is now only used in Native applications, In this tutorial, we will implement to Cordova plugin in […]

Ionic 3 Adding Bug and Crash Reporting System Crashlytics in Ionic Native 3.X Read More »

How to Get Fabric API Key and Fabric Api Secret?

Fabric.io is a platform that provides many services for building better apps, to grow performance and look into the insight of user and business behavior. The most useful feature provided by Fabric.io is Crashlytics, this is an error reporting tool which immediately reports issues in an application like warning, error or fatal crashes in an

How to Get Fabric API Key and Fabric Api Secret? Read More »

Ionic 3 Copy to Clipboard Plugin ( Copy and Paste ) Ionic Native 3.x Version

Clipboard is referred to a special memory space provided in the device, specialized to keep last copied data like text, images, files etc. Clipboard is a temporary space which is washed out as user copies new data and replaces existing data. In this tutorial we will implement Clipboard or Copy Paste plugin in Ionic 3

Ionic 3 Copy to Clipboard Plugin ( Copy and Paste ) Ionic Native 3.x Version Read More »

Ionic 4/5 – Add App Rating ( Rate Us 5 Stars ) Popup in Ionic 5 Application

To get more rating or feedback from users of your application, we can show a model or popup to a user to rate your application on play or app store. Feedback for users helps to make your application better.  More rating and good feedback help an application to rank better in app stores. Here we will

Ionic 4/5 – Add App Rating ( Rate Us 5 Stars ) Popup in Ionic 5 Application Read More »

Angular 7/6 – How to Implement Lazy Loading for Components Sample Application Example

Lazy loading is an architectural design which is popular these days among new technologies. This concept is mainly used in complex and data-intensive applications. In Lazy loading only that module or component is loaded which is required on that point of time, this makes an application very fast and economic on memory consumption factors.

Angular 7/6 – How to Implement Lazy Loading for Components Sample Application Example Read More »

Ionic 5|4 How to Integrate Google AdMob Advertisements

Article Updated for Ionic 5 Google’s AdMob provides a mobile application monetization platform. The developers of Native and Hybrid applications can monetize their application earn revenue out of it. It is the most beloved monetization options available for mobile app developers. Google AdMob provides a good source to earn from a free application and it

Ionic 5|4 How to Integrate Google AdMob Advertisements Read More »

Integrate Angular Material in Ionic 3

Angular’s team build Google’s Material design-based framework known as Angular Material. This framework is based on principles of Google material design, you can read more about it here. Today we will discuss, on how we can fuse the beauty of Angular Material and its powerful components with Ionic 3 framework. At the end of this tutorial,

Integrate Angular Material in Ionic 3 Read More »

Implement Realtime Firebase Database in a Webpage from Scratch

Firebase Real-time Databases use WebSockets to keep an eye on data changes on the server side and those changes are reflected in real time on the client side. Here we will create a simple example webpage using Firebase Real-time Database, this will be a “Hello World” type example explaining the basic method to read write

Implement Realtime Firebase Database in a Webpage from Scratch Read More »

Create Multiple Columns ListView from JSON Data using Retrofit2 in Android Example

In this example, we will create a sample application with single activity having a ListView with custom BaseAdapter to have multi columns with data from JSON object which we will get from dummy JSON file on the server. To make real server requests we will use Retrofit2. This example app will discuss a challenge to

Create Multiple Columns ListView from JSON Data using Retrofit2 in Android Example Read More »