Book Image

PhoneGap 3.x Mobile Application Development HOTSHOT

By : Kerri Shotts
Book Image

PhoneGap 3.x Mobile Application Development HOTSHOT

By: Kerri Shotts

Overview of this book

<p>PhoneGap allows you to use your existing knowledge of HTML, CSS, and JavaScript to create useful and exciting mobile applications.<br /><br />This book will present you with 12 exciting projects that will introduce you to the dynamic world of app development in PhoneGap. Starting with their design and following through to their completion, you will develop real-world mobile applications. Each app uses a combination of core PhoneGap technologies, plugins, and various frameworks covering the necessary concepts you can use to create many more great apps for mobile devices.</p>
Table of Contents (21 chapters)
PhoneGap 3.x Mobile Application Development HOTSHOT
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

What do we build?


In this project, we're not building anything terribly fancy yet. Think of this as a "getting your hands wet" project. What we will be doing is working through various examples of localization and globalization.

The app will support several localizations: English (American and British) and Spanish (American and Spain). We can support any number of languages. For example, we could have used just French or added French to the list of existing languages. The point here is to show you how the mechanisms work and how you can apply them to future projects.

What does it do?

When you've completed this project, you'll have been introduced to several important ideas. You'll be able to create a new project by using an existing template, you'll be introduced to YASMF v0.4 (the framework we're using for this book), and most importantly, you'll have a good idea about how to localize text and numbers.

Why is it great?

Although the app doesn't really do anything useful, it is absolutely critical...