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)

Available APIs

Data about many different topics and from various sources can be gathered through (open) APIs. You will find them on the websites of many companies delivering SaaS or you can check them out on one of the sites that offers aggregated lists of almost all available APIs.

On https://www.programmableweb.com/ or http://mashable.com/, you will find many APIs that you can use for inspiration. You will also find many mash-up solutions there. You can find many APIs that you can use for your app. Most of them are not explicitly intended for mobile apps but as long as the data can be consumed as JSON or as XML then that does not really have to be an issue. On the website, you can search for particular categories, particular data types, or just browse through the latest additions. As you can see, following the weather is always an interesting kind of data source and there are...