Edupala

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

Author : ngodup

Ionic network detection with Capacitor

Capacitor Definition from the official site “The Native Bridge for Cross-Platform Web Apps”. The Ionic Capacitor Network API provides events for monitoring network status changes in the PWA application. The Ionic network detection with capacitor has network API which allows us to query the current status of the network. It is a common requirement to detect […]

Introduction to Angular Component

Components are the main building blocks in Angular. A typical Angular application is represented by a tree of elements starting with a single root component. An Angular framework allows us to develop applications in a component-based approach. Why we need an angular component ? We can create custom HTML element like <student> using component in […]

Ionic Capacitor camera example

Ionic Capacitor Camera API allows users to pick a photo from their photo album or take a picture from the camera in Progressive Native Web, Mobile, and Desktop applications. We can use the Ionic Cordova camera if we’re only building applications for mobile-specific. The release of ionic 4 and above allow us to use both […]

Ionic capacitor storage

The Ionic Capacitor storage API is a simple way to store the data without any relational database capabilities.  The Ionic capacitor allows us to create a PWA application. The Capacitor Storage API provides a key-value store for simple data, the value may be a simple string or a complex JSON Object. Ionic Capacitor Storage works […]

Ionic Capacitor and how to set up the capacitor in an ionic application

Capacitor Definition from the official site “The Native Bridge for Cross-Platform Web Apps”. What is an ionic capacitor ? Ionic Capacitor is an open-source framework innovation to help you build Progressive Native Web, Mobile, and Desktop apps. We can also use Cordova to achieve native functionality and but some of the Cordova plugins only work […]

How to add Ionic menu, submenu, and dropdown menu

The ionic framework has lots of components, we can use the ion-menu or Ionic menu component to create a sidebar menu in our Ionic application. Ionic we can also customize and create an Ionic drop-down menu to make a list of related navigation links. We have three goals behind this tutorial, First, we’ll learn how […]

Scroll to top