iOS vs Android: Which Platform Should You Build For?

  What do you do once you decide that developing an app is the right solution your brand needs to resolve a core business problem? Well, when you begin planning your technical requirements, you need to decide what platform you want to develop on, but how do you decide which platform is right for your… Continue reading iOS vs Android: Which Platform Should You Build For?

Android vs iOS User Behavior: How Does it Impact Mobile App Development?

  How well do you know your target users? What types of apps are they likely to download? What is their willingness to pay for apps and make in-app purchases? The answer to these questions will vary depending on which mobile OS your users prefer. Understanding how behaviors differ between Android and iOS users will… Continue reading Android vs iOS User Behavior: How Does it Impact Mobile App Development?

How to Use a Coordinator Pattern to Separate Concerns in iOS

  Let’s talk about view controllers. Right off the hop, stop making a mess of your view controllers and start putting your code in logical places – view controllers are for views, and views only. It’s very tempting to throw all sorts of logic into a view controller, but when we separate concerns, we write… Continue reading How to Use a Coordinator Pattern to Separate Concerns in iOS