Book Image

PHP Ajax Cookbook

Book Image

PHP Ajax Cookbook

Overview of this book

Table of Contents (16 chapters)
PHP Ajax Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Building a currency conversion hybrid app


The term hybrid app loosely means an app built through WebView wrappers that displays remote data in it. The web browser component inside the native app wrapper is primarily used to display the UI and data that has been fetched in JSON format to update the content. PhoneGap is one such technology. And so, native app development with PhoneGap along with the ability to update UI from remote data can also be referred to as a hybrid app. In this recipe, we'll see how to build a currency conversion app.

Getting ready

We'll require:

How to do it...

Open source exchange rates API offers over 120 conversion rates with USD as a base currency. Its...