Blog

Thumbnail Image

Ionic View LifeCycle

Wednesday, April 26, 2017
Controllers in an Ionic Hybrid Mobile App normally load only once whenever their Views are cached, but what if you could have more control over when certain parts of a controller fire during a View’s LifeCycle? Well, there... Read More
Thumbnail Image

Angular $q

Monday, April 24, 2017
Angular apps are a complex “machine” with many working modules, so it’s natural that many of them may find themselves repeatedly relying on the same component, such as a factory or a service. However, using standard functi... Read More
Thumbnail Image

Angular Providers

Thursday, April 20, 2017
More often than not, there will be a need to call upon functions and objects throughout multiple controllers in your Angular or Ionic/Cordova app. So instead of just copying the same block of code in each of your controlle... Read More
Thumbnail Image

Double Variables

Monday, February 27, 2017
Every once in a while, a programmer will come across one of those situations where he or she will find a very useful and practical programming method to resolve a problem, but will not be able to think of many other scenar... Read More