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

Can you take the HEAT? The Hotshot Challenge


Why don't you try few of the following challenges:

  • Convert the app to use an off-canvas split view. This was popular on the iPad Facebook app and was also available on the iPhone app. The benefit is that the menu can remain offscreen until called on by the user. The method used to request the menu to appear is often a menu (or hamburger) icon (three horizontal lines stacked one on top of the other) as well as a left-to-right swipe near the left edge of the screen.

  • Modify the existing split view app so that the user can hide the sidebar in order to gain more space to work with their note. This is often done with a toggle button in the navigation bar.

  • Try moving the sidebar to the right-hand side of the screen instead of the left-hand side.

  • Add a second sidebar on the right-hand side that appears when the user requests it. (This is also seen in the iPad Facebook app as the chat sidebar.)