Book Image

Lean Mobile App Development

By : Mike van Drongelen, Aravind Krishnaswamy
Book Image

Lean Mobile App Development

By: Mike van Drongelen, Aravind Krishnaswamy

Overview of this book

Lean is the ultimate methodology for creating a startup that succeeds. Sounds great from a theoretical point of view, but what does that mean for you as an a technical co-founder or mobile developer? By applying the Lean Start-up methodology to your mobile App development, it will become so much easier to build apps that take Google Play or the App Store by storm. This book shows you how to bring together smarter business processes with technical know-how. It makes no sense to develop a brilliant app for six months or longer only to find out later that nobody is interested in it. Build a Minimum Viable Product (MVP) first. Validate your hypotheses early and often. Discover effective product development strategies that let you put Facebook's famous axiom "move fast and break things" into practice. A great app without visibility and marketing clout is nothing, so use this book to market your app, making use of effective metrics that help you track and iterate all aspects of project performance.
Table of Contents (22 chapters)

Cloud Solutions for App Experiments

While an MVP could be something as minimal as a landing page, announcing your app, or a live mock up version of your app, there comes a time that your app should be a little more than that, whether it is to prove your next hypotheses or to see the actual thing in its most basic shape in action. It's about time to create a Proof of Concept (PoC).

Standalone apps are rare these days. Most apps have functionality to share content on Twitter or Facebook, have leaderboards (if it is a game), let the user post pictures or video, have a chat or otherwise communicate with each other, and so on. For this your app needs to have a backend.

You can of course create your own API or use the API of the many solutions that do exist for this purpose, the so-called Mobile backend as a Service (MBaaS). These solutions do work like any other Software as a...