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

Designing the user interface


By this point, you can probably guess how the user interface will appear for this particular project. Even so, let's get started.

Getting on with it

Our project will now have five views: the note list view, the text note edit view, the audio note edit view, the image note edit view, and now the video note edit view. The last view is the only new view, just like the previous project, and the UI is very familiar.

Let's look at the following screenshot that shows what the UI looks like:

Our view is structured similar to both the audio note edit view and the image note edit view. We have a view at the top that will hold the video for playback, and below it, we have a single record control (the outlined circle as shown in the previous image).

An example of the asset we'll use on the note list view is shown in the following screenshot:

Note the new film strip icon; this is what we'll use to represent video notes.

What did we do?

In this task, we defined the user interface...