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

Introducing the YASMF v0.4 framework


YASMF v0.4 (also known as YASMF-Next) is a simple framework designed to make mobile development simpler and faster. It is short for Yet Another Simple Mobile Framework. It provides utility functions that work with: the document object model (DOM), the filesystem, and a single-inheritance object model. It also provides user interface methods that manage views and animations between them.

This version of the framework is actually a newer version of the framework we used in the previous edition of this book. It has taken the best things from that version, left a few less useful or obsolete items on the cutting-room floor, and expanded on the old version by adding useful new features. Even though it's a new version with the same name, it really is a different framework and is incompatible with prior versions of YASMF.

There are many well-established frameworks available for you to use to build a mobile app, including jQuery Mobile, Sencha Touch, Ionic, M-Project...