Book Image

JavaScript Mobile Application Development

Book Image

JavaScript Mobile Application Development

Overview of this book

Table of Contents (15 chapters)
JavaScript Mobile Application Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Mega App specification/wireframes


Mega App is a Cordova App that uses some of the Cordova plugins and jQuery Mobile in order to build a memo utility. It allows you to create your audible memos (such as talks, lectures, reminders, business meetings, and kids' voices) and also visual memos using an easy-to-use and responsive user interface. It also allows you to manage all your memos from a single unified listing. Mega App works on the Android, iOS, and Windows Phone 8 platforms. The following screenshot shows the home page of Mega App; it displays a list of the user's audio and visual memos:

Mega App home page

In order to create a new memo, click on the New button on the page header, and you can select to create either "Voice memo" or "Photo memo". When you select creating a new "Voice memo", you will be introduced to the voice memo page in which you can enter the voice memo details in the Title and Details fields and click on the Record button to start recording audio, as shown in the following...