Edupala

Comprehensive Full Stack Development Tutorial: Learn Ionic, Angular, React, React Native, and Node.js with JavaScript

Famous Quotes – Ionic example apps

Ionic Capacitor is an open-source framework innovation to help you build Progressive Native Web, Mobile, and Desktop apps. In these articles, we create an ionic example app called famous quotes to display list of quotes. We are building quotes apps, our apps by default will display all the quotes from one JSON file and we […]

How to install font awesome in ionic and Font to Ionic

The ionic framework has lots of free and premium designed icons for use in web, iOS, Android, and desktop apps. Support for SVG and web font. Completely open-source built by the Ionic Framework team. If you still want to use font-awesome in ionic, then let’s implement and use font-awesome in the Ionic project. The font-awesome […]

Creating a Custom Pipe in Ionic

Pipe’s are one of the important features of Angular. Angular comes with a stock of pre-built pipes such as Date Pipe, UpperCasePipe, LowerCasePipe, CurrencyPipe, and PercentPipe and so many. Angular allows us to create our own pipe. In the ionic Angular project, we will demonstrate custom pipes in ionic with examples. Create project for Custom […]

How to use the Ionic InAppBrowser

Ionic InAppBrowser capacitor or Cordova plugin is used to open external links from your app inside a web browser view. We can show helpful articles, videos, and web resources inside of our app. Users can view web pages without leaving your app. In this tutorial, we’ll demonstrate two examples of Ionic inappbrowser examples. First by […]

How to implement an Ionic item slider

Ionic item slider is one of many pre-made components available in the Ionic framework. The ionic sliding item component contains child items that can be dragged to reveal action. All options to reveal should be placed in the item options element. In the app’s screenshot of the ionic item slider, we have the image on the […]

Scroll to top