If you need some sort of text recognition inside images for your app you’ll come across the two most popular libraries called Ocrad and Tesseract. Both of them work pretty good out of the box so why not add the OCR functionality to your Ionic app?
[Read more…] about Building an Ionic OCR App with Tesseract
intermediate
Building a Calendar for Ionic With Angular Calendar & Calendar Alternatives
Recently I was in need of a Calendar Component for one of my Ionic apps. Although there are some premade options available, none of them really solved all my needs out of the box. So I tried Angular Calendar..
[Read more…] about Building a Calendar for Ionic With Angular Calendar & Calendar Alternatives
How to Visualise Firebase Data with Chart.js and Ionic
We’ve seen many Firebase realtime apps with chats, shopping lists and the classic todo list. But there’s so much else that can benefit from the live updates and sync of your data. What if we could visualise Firebase Data?
[Read more…] about How to Visualise Firebase Data with Chart.js and Ionic
How to Deploy Ionic Apps as Website to Heroku
Our Ionic App is in itself a simple website, and if you want to build your project for mobile and as a webpage, there’s an easy way to make your app available to the whole world with Heroku which allows to deploy Ionic apps (and all other web contents!).
[Read more…] about How to Deploy Ionic Apps as Website to Heroku
How to Use the YouTube API with Ionic
If you want to use a Google Service like the YouTube REST API you have the chance to make requests even without going through a full user authentication and OAuth process.
[Read more…] about How to Use the YouTube API with Ionic
How to Add Ionic In App Purchases For iOS
Many apps offer them, and the most successful apps live from it: In app purchases. Who has never bought some coins, crystals or anything in his favorite game? [Read more…] about How to Add Ionic In App Purchases For iOS
Ionic Google Login with Firebase
Google Sign-In has become one of the most used authentication methods out there, and this is in part because of how easy it is to the users to sign-in across multiple devices without managing passwords. This article explains the simple steps to implement Ionic Google Login for your apps.
How to Use Ionic SQLite Queries & Pre-Populated Database
Although the Ionic Storage package is great to store almost any kind of data, many of the readers wrote they are using MySQL on the backend side and need some more equivalent storage inside their Ionic app so we’ll go for an Ionic SQLite App today.
[Read more…] about How to Use Ionic SQLite Queries & Pre-Populated Database
Dynamic Theming Your Ionic App
Theming your Ionic app is an awesome way to quickly change the styling for all parts of your app. But what happens if you want to change your styling while running, like toggling a day or night mode? [Read more…] about Dynamic Theming Your Ionic App
Building an Ionic Twitter App With Timeline and Tweets
Building an Ionic Twitter App is really interesting, and from the number of responses and the times how often I’ve written a Twitter post I’m pretty sure this updated one for Ionic 3+ is really needed.
[Read more…] about Building an Ionic Twitter App With Timeline and Tweets