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)

Summary

In this chapter, you have learned about a scaling strategy for your app and how this strategy applies in particular to your app backend. A good architecture and the ability to scale, not the scale itself, are key elements here.

By definition, storing data and processing services in the cloud is often very scalable but, depending on what you choose, could also be very costly. If you want to use data from an API that originally was not intended to be consumed on a mobile device, you might need to create a middleware solution first. This way you can ensure that your app works well even with low-bandwidth conditions. Minimizing the amount of data and paging it can help improve your app's performance.

Cloud services offer convenience but at a price. This should not be an issue as soon as your app becomes profitable. There are many ways for monetization and we are going...