Trade in Beginning Building Mobile Application Development in the Cloud (Wrox Programmer to Programmer) for an Amazon.co.uk gift card of up to £4.75, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Learn more
Learn how to build apps for mobile devices on Cloud platforms The marketplace for apps is ever expanding, increasing the potential to make money. With this guide, you′ll learn how to build cross–platform applications for mobile devices that are supported by the power of Cloud–based services such as Amazon Web Services. An introduction to Cloud–based applications explains how to use HTML5 to create cross–platform mobile apps and then use Cloud services to enhance those apps. You′ll learn how to build your first app with HTML5 and set it up in the Cloud, while also discovering how to use jQuery to your advantage. Highlights the skills and knowledge you need to create successful apps for mobile devices with HTML5 Takes you through the steps for building web applications for the iPhone and Android Details how to enhance your app through faster launching, touch vs. click, storage capabilities, and a cache Looks at how best to use JSON, FourSquare, jQuery, AJAX, and more Shares tips for creating hybrid apps that run natively If you′re interested in having your application be one of the 200,000+ apps featured in the iPhone store or the 50,000+ in the Android store, then you need this book.
{"itemData":[{"priceBreaksMAP":null,"buyingPrice":15.99,"ASIN":"1118034694","isPreorder":0},{"priceBreaksMAP":null,"buyingPrice":26.59,"ASIN":"1849515360","isPreorder":0},{"priceBreaksMAP":null,"buyingPrice":14.71,"ASIN":"0596805780","isPreorder":0}],"shippingId":"1118034694::hoQt6GzDDJKXGIIuSnV4XCtxGsJ8Lk9bVx5EyOsOHsl3F%2FgME28Nquz4rm8JFPC6eFL%2B1%2B1wm1kJOoHPm961tI%2B0ukCpTtCL,1849515360::x%2BBCKykBxYacSyEDbPeDgUss5ABusskxMOYEXlaAZUxJHD0SidVAbkz7TYKlxVZwa5BdkJc%2FTZ%2FAqsKz3BUcaTpbLnikbK8B,0596805780::t42XthdjLqS541fXAy2tlWXXjrmnITCUuMauKQhhzgNCGWT4An%2FgvOvsQUxE22iKxtub68Jq8iB79jQOsg9ULCqX5v0NrsVk","sprites":{"addToWishlist":["wl_one","wl_two","wl_three"],"addToCart":["s_addToCart","s_addBothToCart","s_add3ToCart"],"preorder":["s_preorderThis","s_preorderBoth","s_preorderAll3"]},"currenyCode":"GBP","shippingDetails":{"xz":"same","yz":"same","xy":"same","xyz":"same"},"tags":["x","y","z"],"strings":{"addToWishlist":[null,null,null],"addToCart":["Add to Basket","Add both to Basket","Add all three to Cart"],"showDetailsDefault":"Show availability and delivery details","shippingError":"An error occurred, please try again","hideDetailsDefault":"Hide availability and delivery details","priceLabel":["Price:","Price For Both:","Price For All Three:"],"preorder":["Pre-order this item","Pre-order both items","Pre-order all three items"]}}
Learn to build mobile apps on the major cloud platforms Serving as a practical guide for building mobile apps and cloud services, this book is essential reading for web developers eager to create cross–platform applications for mobile devices that are supported by the power of cloud–based services such as Amazon Web Services. Author Richard Rodger walks you through building your first app with HTML5, setting it up in the cloud, and working with cloud databases. Packed with examples that show you how to build complete apps, this book elevates your already–existing skills while also acting as a stepping stone for making the leap into mobile and cloud development. Beginning Mobile Application Development in the Cloud: Demonstrates how to get the right look and feel for your mobile apps Highlights ways to enhance the user experience Addresses app caching, touch events, and data storage Details ways to create hybrid apps that run natively Looks at how best to use JSON, REST, Oauth, jQuery, AJAX, and more Shares insight as to how the Apple App Store and the Android Marketplace work Offers advice for marketing, advertising, and selling your apps Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved. wrox.com Programmer Forums Join our Programmer to Programmer forums to ask and answer programming questions about this book, join discussions on the hottest topics in the industry, and connect with fellow programmers from around the world. Code Downloads Take advantage of free code samples from this book, as well as code samples from hundreds of other books, all ready to use. Read More Find articles, ebooks, sample chapters and tables of contents for hundreds of books, and more reference resources on programming topics that matter to you.
About the Author
Richard Rodger is the CTO of FeedHenry Ltd, a company specializing in bringing the first tools to develop cloud based applications for mobile devices. He is currently a member of the W3C Web Applications Working Group, which defines the standard for mobile widget applications.
I found this book really helpful since it really takes you by the hand and shows you all the steps needed from the creation up to the marketing of an app. Along this path it covers everything such as e.g JavaScript basics using jQuery and jQueryMobile, utilizing the Amazon cloud, server-side JavaScript, interaction with the Twitter API, publishing an app on an app store, and tactics for the promotion of your app. The book does not cover native apps in Objective-C or Java, but instead focuses on web-apps and hybrid apps that are using HTML5, CSS and JavaScript. In hybrid-apps, the native features are accessed via the JavaScript APIs of PhoneGap. Note also that it limits itself to iPhone and Android.
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:3.7 out of 5 stars 3 reviews
10 of 10 people found the following review helpful
4.0 out of 5 starsExcellent book on creating mobile Web Apps from top to bottom17 Dec 2011
By Milena - Published on Amazon.com
Format:Paperback
This book walks you through creating Web Apps for mobile devices from top to bottom. The author uses the latest hot technologies for the example apps: functional JavaScript, HMTL5 and jQuery Mobile on the client, MongoDB and Node.js on the Server and Amazon's Web Services to run server side code and deliver static content. The first chapters introduce the basics of good and mobile Javascript and HTML5 including Touch Events, Canvas and Maps API. Afterwards the author walks through setting up Amazon's Web Services to deliver these static JS and HTML files to the mobile devices. In the same manner Richard Rodger dives into server-side programming with Node.js and persistence with MongoDB. Afterwards the book goes through building several apps of different scale using these technologies. With the examples advances topics e.g. caching, Apps Stores or Multimedia Data are covered. Each chapter ends with a couple of exercises; the code examples and solutions can be downloaded. The book makes a great read, the examples work very well and everything is explained in detail. You can follow the introductions step by step and get the code working on your mobile straight away. I recommend the book to professionals who might not be able to use the latest technologies in production but want to follow the new trends and architectures by example all the way through. It is also a very good read for beginners that want to go into mobile web development and start with good quality code on both client and server right away.
3.0 out of 5 starsSyntax inconsistencies and some exercises don't fully work.20 Mar 2013
By Bill M. - Published on Amazon.com
Format:Kindle Edition|Amazon Verified Purchase
I'm spending a lot of time sorting through the book's code examples. nginx is not installing correctly and ended up using MAMP to get the the exercise files working. There were good explanations provided for each exercise examples in the beginning. Then the code examples got longer and the explanations got shorter. Making it hard to follow. Spending much time than anticipated dealing with why some of the code is not entirely working. Not finished with the book, but will try to rate it again if I ever finish it within the time I have planned.
0 of 1 people found the following review helpful
4.0 out of 5 starsVery helpful, especially if you are new to mobile web6 July 2012
By Amir Hossein Rahnama - Published on Amazon.com
Format:Kindle Edition
I believe that this book is quiet good for newbies and also the topics are vast in range. I also remember that I was a bit confused working with AWS however this book walks you through a very step-by-step guide and everything turns good in your mind.