Explore by Topic
Browse through our comprehensive guides across multiple frameworks and technologies
Latest Tutorials
Fresh content to keep you updated with the latest trends and solutions
Create Charts in Ionic 4 apps and PWA using Google Charts
Adding Charts in Ionic 4 apps and PWA : Part 4â Using Google Charts This is part 4 of a 4 part series regarding **how to create charts in Ionic 4 apps and PWA. **In this Part 4, youâll learn how to create various types of Charts using Google Charts. (Part 1 â Adding Charts in Ionic 4 apps and PWA : Part 1 â Using Chart.js) (Part 2 â Adding Charts in Ionic 4 apps and PWA : Part 2 â Using D3.js) (Part 3â Adding Charts in Ionic 4 apps and PWA : Part 2 â Using HighCharts) ...
Ionic 4 Spotify style Music Streaming App Template: Features Overview
Ionic 4 Spotify style Music Streaming App Template: Features Overview **IonSpotify â An Ionic 4 Music Streaming App Template **is a mobile app theme/template. With this template, you can create a Music streaming app like Spotify, Gaana, Wynk, Jio Music, etc. If you want to create your own Spotify app, it doesnât need to make your wallet go empty. You can easily start with a Spotify app starter like the one I am going to describe and make your way from there. ...
How to add Video Player in Ionic 4Â App
How to add Video Player in Ionic 4 App In this post, you will learn how to Add video players in Ionic 4 apps using Ionic Native Plugins. We will also learn how to add Youtube hosted video in a simple Ionic 4 app and test. _Complete source code of this tutorial is available in the _Video Player In IONIC 4 What is Ionic 4? You probably already know about Ionic, but Iâm putting it here just for the sake of beginners. Ionic is a complete open-source SDK for hybrid mobile app development. Ionic provides tools and services for developing hybrid mobile apps using Web technologies like CSS, HTML5, and Sass. Apps can be built with these Web technologies and then distributed through native app stores to be installed on devices. ...
What's new with Flutter 1.7 & how to upgrade to the latest version
Whatâs new with Flutter 1.7 & how to upgrade to the latest version Flutter has got a new & improved version of itself in itâs July release. The release is available now in the stable channel for users to upgrade. Flutter 1.7 contains support for AndroidX and for updated Play Store requirements, a number of new and enhanced components, and bug fixes to customer-reported issues. Upgrading to Flutter 1.7 If you already have Flutter on your system and youâre on the default stable channel, you can upgrade to version 1.7 by running **flutter upgrade** from the command line. ...
Connecting Cloud Firestore Database to Flutter Voting App
Connecting Cloud Firestore Database to Flutter Voting App Introduction Cloud Firestore is a flexible, scalable database for mobile, web, and server development from Firebase and Google Cloud Platform. Like Firebase Realtime Database, it keeps your data in-sync across client apps through realtime listeners and offers offline support for mobile and web so you can build responsive apps that work regardless of network latency or Internet connectivity. Cloud Firestore also offers seamless integration with other Firebase and Google Cloud Platform products, including Cloud Functions. ...
Building an iOS-style Shopping App with minimalistic design using Flutter
Building an iOS-style Shopping App with minimalistic design using Flutter Introduction The Material Design language was created for any platform, not just Android. When you write a Material app in Flutter, it has the Material look and feels on all devices, even iOS. If you want your app to look like a standard iOS-styled app, then you would use the Cupertino library. You can technically run a Cupertino app on either Android or iOS, but (due to licensing issues) Cupertino wonât have the correct fonts on Android. For this reason, use an iOS-specific device when writing a Cupertino app. ...
Create Charts in Ionic 4 apps and PWA: Part 3â-âUsing HighCharts
Adding Charts in Ionic 4 apps and PWA: Part 3 â Using HighCharts This is part 3 of a 4 part series regarding **how to create charts in Ionic 4 apps. **In this Part 3, youâll learn how to create various types of Charts using HighCharts in Ionic 4 Apps and PWA (Part 1 â Adding Charts in Ionic 4 apps and PWA : Part 1 â Using Chart.js) (Part 2 â Adding Charts in Ionic 4 apps and PWA : Part 2 â Using D3.js) (Part 4 â Adding Charts in Ionic 4 apps and PWA : Part 4 â Using Google Charts) ...
Ionic 4â-âSave and Retrieve Data Locally on Device
Ionic 4 â Save and Retrieve Data Locally on Device This post is all about saving data locally in your cool new app. In this post, you will learn How to implement cordova-sqlite-storage in our app. How to integrate native-storage into an ionic app. Before start, first you will need an ionic app to start with, hence you can follow how to create an ionic app for beginners and start after that from here. ...
Firebase with Ionic 4â-âHosting, Auth and DB connection
Firebase with Ionic 4 â Hosting, Auth and DB connection Firebase Starter Kit (Ionic 4)**: **A great starter to get you started with Ionic 4 and Firebase. Letâs take a dive to know the paramount benefits of Firebase for your Ionic 4 App. Firebase is a mobile and web application development platform developed by Firebase Inc. in 2011, then was acquired by Google in 2014. Firebase is a toolset to âbuild, improve, and grow your appâ. It gives you functionality like analytics, databases, messaging and crash reporting so you can move quickly and focus on your users. ...
Building Flutter PullToRefresh in just 15Â minutes
Building Flutter PullToRefresh in just 15 minutes Introduction The pull-to-refresh pattern lets a user pull down on a list of data using touch in order to retrieve more data. The âPull-to-refreshâ gesture was first introduced by Loren Brichter in the Tweetie app and in no time it became so popular that countless apps adopted this gesture. Today âpull-to-refreshâ feature is a natural part of many popular apps, including Twitter, Gmail, Tweetbot and others. ...
đ Discover More Content
This is just the beginning! Explore our complete archive with hundreds of in-depth tutorials, code examples, and practical solutions.