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
How to automatically read SMS in Ionic 4Ā apps
How to automatically read SMS in Ionic 4 apps In this post we will learn how to read SMS in an Ionic app automatically. Reading SMS is a popular feature found in majority of popular apps today. Mostly, this is used for automatic approval of OTP and passwords in authentication or online payment processes. **Complete source code of this tutorial is available here ā **Ionic-4-sms-receive 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 created by Max Lynch, Ben Sperry and Adam Bradley of Drifty Co. in 2013. 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 by leveraging Cordova. ...
Machine Learning: A Gentle Introduction
Machine Learning: A Gentle Introduction Machine Learning is undeniably one of the most influential and powerful technologies in todayās world. More importantly, we are far from seeing its full potential. Thereās no doubt, it will continue to be making headlines for the foreseeable future. We have seen Machine Learning as a buzzword for the past few years, the reason for this might be the high amount of data production by applications, the increase of computation power in the past few years and the development of better algorithms. ...
Implement Google login in Ionic 4 apps usingĀ Firebase
Implement Google login in Ionic 4 apps using Firebase In this post, you will learn how to implement a Google authentication in Ionic 4 apps using Firebase š„. Weāll cook a sample app šØāš³ , where users can login using their Google account. After login, users can see their basic profile information on home page, and sessions are saved in Firebase. Social logins ā What and why Itās helpful to use social sign-ins with Ionic for your users who would rather not create and remember another username/password combination. Instead, you can allow users to sign in with accounts they already own. You donāt need to store hashed passwords to compare, you donāt have to handle sending sign up emails, and you donāt need to reset passwords. The userās chosen provider will handle all of this for you. Plus, in mobile apps, the Google login is automatically done with the pre-installed Google app. ...
Implement Anonymous login in Ionic 4 Apps withĀ Firebase
Implement Anonymous login in Ionic 4 Apps with Firebase In this post, you will learn how to implement anonymous login in Ionic 4 apps using Firebase. We will also learn how to link an existing anonymous login with a new set of email password, so an anonymous user can convert into a normal user. We will implement these in a simple Ionic 4 app and test. Complete source code of this tutorial is available in the Ionic-4-firebase-anonymous-login ...
How to install Flutter and create a simple Flutter app
How to install Flutter and create a simple Flutter app #CodeWithFlutter In this post, weāll have an overview of Flutter, the latest buzz in app development market. Flutter is gaining popularity faster than any other framework. Some say it is Googleās answer to Facebookās React Native, but that debate is for later. Letās learn the basics of Flutter and how to start using it. What is Flutter? Flutter is Googleās portable UI toolkit for crafting high-quality native experiences for mobile, web and desktop in record time. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source. ...
Complete guide on sending Push using Firebase Cloud Messaging Console
Complete guide on sending Push using Firebase Cloud Messaging Console This post is concerned with the usage of Firebase Cloud Messaging console to send various types of push notification. We will also explore all the features of Cloud Messaging console available with Firebase. Why send Push using Firebase? If you donāt know much about Firebase ⦠you need to catch up with latest tech news. Firebase is the hot stuff in the market today to create quick mobile app back-ends, with a ton of built-in and ready-to-integrate features. ...
How to get 8 amazing Ionic 4 starters for freeĀ !
How to get 8 amazing Ionic 4 starters for free! Enappd provides free starters for beginners and experts to jump-start their development. Play around with them, make your own changes and see how they fare out. These all are high-quality starter app templates and you can integrate them in your own Ionic 4 Apps to enhance their functionality in no time. You will find blog links along with many of them which offer pro-level understanding, you can just fill your mug as much you want. Itās an all win-win offering from Enappd. We believe in making the world a better place, one more App Template at a time. Go through the whole list of free templates and you will be amazed at what all you will find. ...
How to make Ionic apps in React Using Capacitor
How to make Ionic apps in React Using Capacitor If you are here, that means you were searching for how to create Ionic apps in react using capacitor. If thatās true, then you are at the right place. Here I would be creating an Ionic app in React Using Capacitor. Need not worry, I would be taking you step by step how to make Ionic apps in React Using Capacitor. I would be cooking a simple application. š„ ...
Facebook login in Ionic 4 apps using FirebaseĀ š„
Facebook login in Ionic 4 apps using Firebase š„ Summary This is part-1 of two post series. In this post, you will learn how to implement a Facebook authentication in Ionic 4 apps using Firebase š„. In Part 2 of the series we will discuss how to use Facebook login with Native Storage. We will cook a sample app, where users can login using their Facebook account. After login, user can see their basic profile information on home page, and sessions are saved in Firebase. ...
Twitter login in Ionic 4 apps using FirebaseĀ š„
Twitter login in Ionic 4 apps using Firebase š„ Summary This is Part-2 of two post series. In this post, you will learn how to implement a Twitter authentication in Ionic 4 apps using Firebase š„. Part 1 of the series discusses how to use Twitter login with Native Storage. We will create a sample app, where users can login using their Twitter account. After login, user can see their basic profile information on home page, and sessions are saved in Firebase ...
š Discover More Content
This is just the beginning! Explore our complete archive with hundreds of in-depth tutorials, code examples, and practical solutions.