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)

Mash-up

A mash-up can be seen as a composite app that is combining reusable data, presentation, and new logic. It is often seen as web solution, but this approach can be used for native app development as well. Data is everywhere. The government and various organizations have made their data publicly available through APIs. Mash-up solutions do not need to worry about the content in particular, but more about the presentation. They may occur as enterprise, data-oriented, or consumer mash-ups.

The app may gather data from multiple sources, combine and enrich them, and then present them in an app. An example of that could be as simple as producing infographics from the provided data. Another example is getting photos from Flickr and presenting them on a Google map. There are plenty of other and more sophisticated solutions that you can think of. A mash-up can be a great contribution...