JarodMS

Mobile App Development with Ionic, Angular, and More!

Menu
  • Home
  • Mobile Apps
  • About Me
  • Contact Me
  • Diary
Menu

Not able to call REST API on Android, but it works with iOS and Web App

Posted on October 20, 2020October 20, 2020 by Jarod

During the development of a recent mobile app, I was retrieving data using a rest api. The web app was working fine and displaying the data. When I deployed to the Android device, I was receiving no data and the following error when calling the api: Error Code: 0Message: Http Failure response for [rest api…

Read more

Ionic – the platform was not ready when I was trying to get the location

Posted on April 21, 2020April 21, 2020 by Jarod

Background On the home screen of my app, I display a list of location-based content. So when the app loads, I get the users’ location and then pass that to the backend to retrieve the relevant content. I had been developing and testing in the browser as well as my Android device and had never…

Read more

My Dividend Meter

Posted on March 19, 2020March 19, 2020 by Jarod

I recently completed a web app and thought I’d share a little bit more information about it. I’ve long been interested in dividend stocks and have used a tool in the past based on an Excel spreadsheet. I’ve turned this into a web app that can be dynamically updated with no need for spreadsheets, macros…

Read more

Angular app using Node, JSON server, NG-Bootstrap, and NgRx

Posted on March 5, 2020April 22, 2020 by Jarod

Sourcehttps://github.com/jarodms/angular-nodejs-bootstrap-ngrx[UPDATE 04/09/2020 – The master branch was updated to use the createAction factory; the branch action-class uses classes for creating actions.] Resourceshttps://angular.io/https://ngrx.io/docs Background I had previously built a standalone app that featured a “JSON Server”, NodeJS, and Angular front-end that would store your “ToDo” items in a local db.json file. This was a rather simple…

Read more

LoadingController example showing “Loading…” message

Posted on November 26, 2019February 24, 2020 by Jarod

For longer running operations (e.g., data requests) it might be nice to show the user that you are loading their data or performing a long running action. For this we will use the LoadingController to show a simple message while we are retrieving a list of nearby shows from our service. In your constructor, be…

Read more

Adding the Version Number in your app

Posted on November 20, 2019February 24, 2020 by Jarod

One of the things I like to do with my apps is to add the version number somewhere within the app. Most of the time I place it in the footer of the sidemenu or in the About page of the app. This of course is great for support purposes when the user has a…

Read more

PhoneGap Build – Config File

Posted on November 15, 2019January 14, 2020 by Jarod

After I create an app with Ionic’s CLI and get it running to the point I need to build it for iOS, I get it ready for PhoneGap Build. When using PhoneGap Build, make sure you have a Cordova config.json file setup for the build. This file would be located in  APP_DIRECTORY/.cordova   Here is…

Read more

Example Angular 8 with NgRx and Redux DevTools

Posted on October 2, 2019November 15, 2019 by Jarod

This was a fun little example and can be used as a template to get started with other projects using Angular 8, NgRx, and Ionic 4. Here’s what is used: Angular 8 NgRx Store 8.3.0 NgRx Store DevTools 8.3.0 For fun, Ionic 4.7.1 To build and run this example, clone the GitHub repo here: https://github.com/jarodms/ionic4-angular8-ngrx-example…

Read more

Update an Ionic4/Angular7 app to use Angular 8

Posted on August 30, 2019November 15, 2019 by Jarod

I was working on an Angular 7 with Ionic 4 app and wanted to update to Angular 8. Here’s a set of commands to get this done. npm uninstall typescript npm install typescript@3.4.3 –save-dev npm install @ionic/angular@4.7.0 npm install @ionic/angular-toolkit@2.0.0 -D ng update @angular/cli @angular/core

Read more

Ionic 4 and Angular with PouchDB

Posted on August 28, 2019November 15, 2019 by Jarod

Get to the code now: https://github.com/jarodms/ionic4-pouchdb I’ve built a couple of Ionic apps using PouchDB and I must say I love the combination. I originally built a small sample app in GitHub some time ago, but I felt it was definitely time to update it to use Angular 8, Ionic 4, and the latest version…

Read more
  • 1
  • 2
  • Next

Newsletter

Signup with your email address to receive news and updates.

Search

Recent Posts

  • Not able to call REST API on Android, but it works with iOS and Web App
  • Ionic – the platform was not ready when I was trying to get the location
  • My Dividend Meter
  • Angular app using Node, JSON server, NG-Bootstrap, and NgRx
  • LoadingController example showing “Loading…” message
  • Adding the Version Number in your app
  • PhoneGap Build – Config File
  • Example Angular 8 with NgRx and Redux DevTools
  • Update an Ionic4/Angular7 app to use Angular 8
  • Ionic 4 and Angular with PouchDB

Need Help?

I’m available for Ionic and Angular contract work. Contact me to get started.

My Links

All my apps on Google Play Store
All my apps on Apple App Store
GitHub
LinkedIn

Archives

  • October 2020
  • April 2020
  • March 2020
  • November 2019
  • October 2019
  • August 2019
  • November 2018
  • August 2018
  • July 2018

Categories

  • Angular
  • Beginner
  • Ionic
  • Ionic Component
  • PhoneGap Build
  • Uncategorized
  • Visual Notification

Available for Angular and Ionic freelance work including custom app development.

Tags

Angular AuthGuard component Custom Icon Firebase Font Awesome Geolocation Google Cloud Functions icons ionic3 Ionic4 iOS NgRx PhoneGap Build tabs VirtualScroll
© 2025 JarodMS | WordPress Theme by Superbthemes