Cross-platform tools "... allowed a team of motivated engineers who had never coded mobile apps to create an impressive full-functioning prototype that turned this exploratory project into a product driven venture for our team."… continue reading
Whether on-boarding a user, signing in to a service, or simply using a tab-based app with navigation stacks of different screens, almost any app process can be described as a flow of screens and information. It all begins with a start.… continue reading
TL;DR: Move Service Locator calls up the object graph iteratively. ALSO: Poor Man's Dependency Injection breaks testing. Avoid it. More and more, application architecture is migrating towards Dependency Injection to decouple components and ease testing. One of the challenges… continue reading