898 learn HTML5 and javascript for android

381 125 0
898 learn HTML5 and javascript for android

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

BOOKS FOR PROFESSIONALS BY PROFESSIONALS® Companion eBook Available Learn Step-by-step, author Gavin Williams guides you through the creation of a mobile web app You’ll put the HTML5, CSS3 and JavaScript skills you learn into immediate practice, giving you invaluable first-hand experience that will serve you well as you go on to develop your own web apps for Android smartphones, tablets and other devices with browsers HTML5 and JavaScript for Android D evelop mobile web apps with Learn HTML5 and JavaScript for Android This book teaches the essential HTML5 and JavaScript skills you need to make great apps for the Android platform and browser This book shows you how to: Use HTML5 and CSS3 to make your web app look and work great Work with JavaScript to produce much richer applications able to respond to a variety of events Employ and use Android wrapper Create a deeper experience for users with HTML APIs such as Canvas, Video and Audio Build a web app, case by case, tier by tier, for your Android devices and for your prospective audience • • • • • Turn to Learn HTML5 and JavaScript for Android and find the skills you need to build reactive, dynamic and fun HTML5 and JavaScript-based web apps that run on Android devices and their browsers Williams COMPANION eBOOK Create HTML5 and JavaScript based web apps for Android devices and browsers Learn HTML5 and JavaScript for Android Gavin Williams US $39.99 SOURCE CODE ONLINE www.apress.com Shelve in Mobile Computing User level: Beginning–Intermediate www.it-ebooks.info For your convenience Apress has placed some of the front matter material after the index Please use the Bookmarks and Contents at a Glance links to access them www.it-ebooks.info Contents at a Glance ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ About the Author x About the Technical Reviewer xi Introduction xii Chapter 1: Getting Started Chapter 2: An Introduction to Creating Mobile Web Apps for Android 13 Chapter 3: HTML5 37 Chapter 4: Starting Your Project Using HTML5 85 Chapter 5: CSS3 for Mobile 119 Chapter 6: Laying the CSS3 Foundations 157 Chapter 7: JavaScript for Mobile 175 Chapter 8: JavaScript: Models, Views, and Controllers 219 Chapter 9: Testing and Deploying Your Mobile Web App 317 Appendix 351 Index 363 iv www.it-ebooks.info Introduction Welcome to Learn HTML5 and JavaScript for Android This book will provide an introduction to HTML5, JavaScript, and CSS3 for Android Browser for version 4.0 of the Android operating system (called Ice Cream Sandwich) This book will take you through how to leverage the best mobile web technologies and methodologies to develop solid mobile web sites, not just for Android but for other platforms too Instead of focusing on readily available frameworks and libraries, this book focuses on using vanilla JavaScript, CSS, and HTML5 in the hopes that once you complete this book, you will be competent enough to use vanilla JavaScript for mobile, as well as JavaScript mobile web frameworks Who This Book Is For This book is for anybody who has some experience in web development or native mobile app development and wants to get to grips with the mobile web You will need some knowledge of JavaScript/ActionScript or some other programming language How This Book Is Structured This book is split into nine chapters • Chapter (Getting Started): This chapter will guide you through setting up your development environment • Chapter (An Introduction to Creating Mobile Web Apps for Android): This chapter will give you some insight into the history behind the mobile web and how it differs from desktop-based web sites It will take you through several case studies of existing mobile web sites and explain how they could potentially be improved or changed to make them easier for the user • Chapter (HTML5) and Chapter (Starting Your Project Using HTML5): These chapters will take you through some of the new HTML5 tags, available specifically for mobile This chapter will also show you how to encode video and audio for mobile and embed it using HTML5 After you complete the HTML5 chapter, the workshop will take you through creating the HTML foundation of your mobile web app, in the form of a movie reminder mobile web app xii www.it-ebooks.info INTRODUCTION • Chapter (CSS3 for Mobile) and Chapter (Laying the CSS3 Foundations): These chapters will show you some of the new CSS3 mobile-compatible features such as transforms, animations, shadows, and rounded corners You will also learn how to use SASS, a CSS3 precompiler The workshop will take you through styling your mobile web app using SASS and best practices while using the precompiler • Chapter (JavaScript for Mobile) and Chapter (JavaScript: Models, Views, and Controllers): These chapters will take you through how to use JavaScript to enhance your mobile application There are no libraries in this chapter, such as jQuery, Sencha, or jQuery Mobile The introductory JavaScript chapter will show you how to build a basic framework using vanilla JavaScript, and interact with canvas and audio The workshop will take you through enhancing the mobile web app by adding paging, and communicating with a third-party API through JSONP • Chapter (Testing and Deploying Your Mobile Web App): This chapter will show you how to test your app using QUnit and deploy it using Capistrano Downloading the Code The code for the examples shown in this book is available on the Apress web site, www.apress.com A link can be found on the book’s information page under the Source Code/Downloads tab This tab is located underneath the Related Titles section of the page Contacting the Author Should you have any questions or comments—or even spot a mistake you think I should know about—you can contact the author at gavin@justanotherdeveloper.co.uk, tweet @fishrodgavin or visit http://www.justanotherdeveloper.com xiii www.it-ebooks.info Chapter Getting Started Prior to the launch of the first Android handset in September 2008 and the earlier release of the first iPhone handset in June 2007, there had been no immediate drive for standardization within mobile web browsers Playing video required either Flash mobile or a low-quality 3GP version of the video Developers avoided JavaScript, as JavaScript would have been disabled by default on the majority of mobile web browsers and others did not support JavaScript at all One such developer, logged in at stackoverflow.com, commented that working with JavaScript was ‘‘a nightmare like working with web browsers in the 90s, but with the manager expectations of tomorrow.’’1 Mobile web sites were simply Wireless Markup Language (WML) pages from the years of WAP on grayscale mobile phones, such as the Motorola V50, but with a splash of color Not much has changed since then, and most mobile web sites still retain the same linear flow of information from top to bottom and are not very interactive There were three reasons for this style of design WAP/GPRS and EDGE were all slow protocols that could not handle file-heavy web sites, so design and content were restricted to deliver the web site and its message quickly The resolution and aspect ratio of old handsets were terrible, such that you could barely fit any content onto the screen Stackoverflow.com, posted by annakata, http://stackoverflow.com/questions/316876/using-javascript-in-mobile-webapplication#316920 www.it-ebooks.info CHAPTER 1: Getting Started You traditionally used a ball or keys to navigate around a mobile web site Scrolling up and down seemed more natural than scrolling from side to side We are now no longer reliant on using hardware-based controls to browse content on mobile devices The size, quality, resolution, pixel density/PPI, and color depth of screens are increasing with every new tablet and mobile phone released We are seeing desktop browser engines, such as WebKit and Geko, being plugged into the web browsers, such as Mobile Safari, the Android Browser, and Firefox, found right on our mobile devices This has helped developers to produce stunning mobile web sites that look and feel consistent across the now popular Android and iOS handsets and tablet devices In addition, the most recent mobile browsers also support GPU acceleration This means that mobile web apps can be much more polished and interactive, as most of the rendering can now be offloaded to the graphic processor (something unheard of until a few years ago) Given the most recent announcement of Adobe axing Flash Mobile, combined with the constant race to cram faster CPUs and RAM into mobile devices, it has never been a more exciting time to get not just into the mobile web, but also HTML5, CSS3, and JavaScript As a mobile web developer, you now have the chance to produce near-native applications based on existing web standards for what feels like a miniaturized laptop computer Don’t be fooled, however; the world of the mobile web still has a long way to go in terms of standardization So, throughout this book I will be giving you defensive programming tips to help you avoid common mistakes and misconceptions when developing for the mobile web Before you start, you will need a tablet and/or a mobile Android-based device to test apps with You will also need a solid development environment to work within Choosing a Device to Test With Although not essential, having a physical Android device, such as a handset and tablet, at hand will help -a lot You can test your mobile web apps using the Android SDK or a regular web browser There are drawbacks to this, however The Android SDK is known for being extremely slow to start and sluggish to run; and testing on a desktop browser will not allow you to test your web app on the platform it was designed and built for www.it-ebooks.info CHAPTER 1: Getting Started Unlike other mobile operating systems, Android suffers from a developer’s worst nightmare, known as device fragmentation Device fragmentation can be caused by some of the following factors  More than one device vendor produces devices for a single operating system  Each device has varied hardware specifications and limitations   Accelerometer  GPS  Gyroscope  Screen resolution  Pixel density (PPI)  CPU  RAM Older devices not support the most recent operating systems with the latest features, such as the most recent default browser with the latest APIs and rendering engines Because of this, it makes it extremely hard to pick a device that everybody has and to test against To put this into perspective, see Table 1-1 for Android’s device stats compared to the rest of the industry, as of December 2011 Table 1-1 Device Stats (As of December 2011) Operating System Tablets (Including All Touch Devices) Mobiles Total Devices Android 124 538 662 iOS 11 Windows Phone 26 26 Blackberry OS 90 91 Table 1-1 paints a clear picture that Android device vendors produce a wide range of devices for Android users In an ideal world, you should pick 12 Android devices (six mobile phones and six tablets) Also consider the following criteria www.it-ebooks.info CHAPTER 1: Getting Started    A high-end device ($450 or more)  Released within the last six months  Released 12 -18 months ago A mid-range device ($150 -$449)  Released within the last six months  Released 12 -18 months ago A low-end device (less than $150)  Released within the last six months  Released 12 -18 months ago There are two main reasons why you should pick your devices in this manner Device features will vary depending on the price For instance, more often than not, you will never see a dual core CPU in a device for under $100 You should, however, still cater to those who not have the latest and greatest This will allow you to test against less capable devices and make sure your mobile web app will degrade gracefully Device contracts end in cycles of 12, 18, and now 24 month This is the ideal time for users to upgrade their handsets and for device vendors to release new hardware Bearing this in mind, you should opt to purchase a device that users will upgrade from in -3 month’s time Again, this will help you test against devices and ensure that your mobile web app degrades gracefully If you can pick only one device, pick the latest and greatest The device itself will last you just over a year If you aim to upgrade your devices on a yearly cycle, you will end up with a good collection of older devices to test against and the same or similar device that your users will be using For the purpose of this book, I will be using an HTC Desire HD, an Asus Eee Pad, and a Samsung Galaxy smartphone www.it-ebooks.info CHAPTER 1: Getting Started Setting Up Your Development Environment Now that you have chosen a device to test against, it is now time to set up your development environment My operating system of choice is Mac OS X Lion; however, the setup procedure for other platforms is quite similar I have chosen open source or free applications to develop with All of the applications can run on Mac, Windows, or Linux Aptana Aptana is an Integrated Development Environment (IDE) for web development An IDE differs from a regular text editor, such as TextMate or BBEDIT, or web site editors such as Dreameweaver They will provide everything you need for development out of the box and can be extended to suite your particular development style or platform Aptana is based on Eclipse, so can support most, if not all, Eclipse plugins; it will manage your virtual Android testing environments, perform code completion, validate your code, and deploy it for you To download Aptana, head over to http://aptana.com/ You will see the download options shown in Figure 1-1 Figure 1-1 Aptana download options Select ‘‘Standalone Version’’ as shown in Figure 1-1, and click the download button Install it and proceed to installing the Android SDK www.it-ebooks.info 366 INDEX F Facebook touch and Twitter mobile web sites, 26, 27 Favorite movies, 260 Favorites controller adding favorites, 293–294 favorite.js file, 288 listing favorites empty localStorage property, 289, 290 final code, 292–293 iScroll object creation, 291, 292 list action, 289 for loop, 290 movies view, 291 removing favorites, 294–295 and element, 48 File transfer protocol (FTP), 320 fixdeckheight function, 259 element, 49 format, 250 G getController method, 273 H Hardware-based controls, hashbangs, 267 element, 50, 51 element, 51, 52 HTML mobile web page, 87 HTML5, 83 android and iOS web app, 37, 38 element HTML4, 42 mobile web site document, 39, 40 nest information, 39 structure, 39–41 element HTML4, 44 structure, 43, 44 element Android Ice Cream Sandwich, 46 attributes, 46 Audio Tag, 45 3gp version, 45 media formats, 47 element, 47 elements, 39 and element, 48 element, 49 element, 50, 51 element, 51, 52 HTML4/XHTML1.1, 38 element, 52 mobile forms car insurance quote form, mobile and desktop, 79, 80 data field types, 80–82 MoMemo, 85 application definition, 100, 101 never-ending project syndrome, 101 primary features, 102 secondary features, 103 value add features, 103 movie list creation application manifest attribute, 117 bootstrap.js file, 107 cache manifest file, 118 cast block, 114 closest cinemas block, 116 for portrait mobile, 105, 106 header code, 108 landscape tablet, 105 landscape tablet device, mobile info, 112, 113 www.it-ebooks.info INDEX listing page, 110 movie info header, 114 movie list card, 109 no styling taskbar, 109 portrait mobile device, mobile info, 112, 113 samsung galaxy tab, 117 search and add, 110–112 soundtrack block, 115, 116 synopsis block, 114 UI mock-ups, 106 video block, 115 multimedia audio embedding, 77–79 containers and codec combinations, 60, 61 encoder and decoder, 59 mobile web (see Mobile web) resolutions, 60 video bitrate, 59 video embedding (see Video embedding) Vorbis audio codec, 60 VP8 video codec, 60 element, 52, 53 element, 53, 54 paging strategies advantages and disadvantages, 86 single-page Ajax creation, 86, 88–95 single-page container creation (see single-page container creation) standard HTML page creation, 86, 87 element, 55, 56 element, 56 UI creation, 104, 105 element Android 4, 57 attributes, 57 supported formats, 58 https://developers.google.com/chrom e/mobile/docs/debugging, 316 I IE6, 312 innerHTML, 260 instanceof, 245 Integrated Development Environment (IDE), iScroll, 285 isEmpty, 244–245 isTypeOf, 245–247  J, K JavaScript MVC See Model View Controller (MVC) JavaScript Object Notation with Padding (JSONP), 255–257 jQuery, 222 JSON.parse() method, 271 L _listScroll variable, 289 loadCard function, 94, 95 localhost:9222, 313 localStorage, 272, 288 M Mac OS X Lion, element, 52 Miro video converter, 63, 64 Mobile web audio optimization audacity (see Audacity) lossless and lossy compression, 73 rules, 72 object/feature detection haz.io action, 17 message delegation, 16 www.it-ebooks.info 367 368 INDEX Mobile web, object/feature detection (cont.) SMS API, 16 UA sniffing script, 15 real-world advantages, 15 screen sizes and pixel density, 18–20 video optimization “Add new template” button, 65 bitsontherun.com, account options, 65 “Create new template” dialog, 66 desktop solutions, 63, 64 hosted solutions, 61–63 “Template properties” page, 66, 67 “Upload new video” button, 67, 68 Mobile web developer, Mobile web sites, Model actor model, 240–242 class diagram, 229–230 movie model, 242–243 pet array within user model, 226– 229 pet model, 225 UML association types, 230–231 user model, 224–225 validation, 243–250 error handling, 247–248 isEmpty, 244–245 isTypeOf, 245–247 object creation, 244 strengthening model, 248–250 throw exception, 247–248 type hinting, 243 validator.js creation, 244 video model, 235–240 video source model, 231–235 Model view controller (MVC), 219 application utilities cross-site requests, 255–257 deck manager, 254–255 JSONP, 255–257 layout and resizes, 257–259 cache, 310–312 clean up index.html, 220–221 concatenation, 308–309 controller bootstrap (see Bootstrap) favorites (see Favorites controller) movies (see Movies controller) HTML updation, 306–308 minifying/minification, 309 model (see Model) MVC and JavaScript, 221–223 MVC diagram, 223 styling (see Styling) types description, 250 format.js codes, 250–252 releaseDate.js code, 252–253 view (see View) MoMemo, 230, 231, 242, 261, 295 Movie list item view, 261–262 Movie list view, 262–263 Movie model, 242–243 Movie search results, 260 Movie view cast list, 266 footer navigation button, 265 header, 264 movie content blocks, 265 object layout code, 263 POSH, 265 user’s favorite movie, 266 Movies controller instance variables, 277, 278 movies.js file, 277 search action, 282–283 search form event listeners, 278 www.it-ebooks.info INDEX full code, 281–282 search query, 279 searchtimeout, 280 submission, 279, 280 showSearchResults, 283 view movie code, 285–288 Multimedia audio embedding, 77–79 containers and codec combinations, 60, 61 encoder and decoder, 59 mobile web (see Mobile web) resolutions, 60 video bitrate, 59 video embedding (see Video embedding) Vorbis audio codec, 60 VP8 video codec, 60 Multiplicity, 231 N element, 52, 53 O OGG track waveform, 76 Vorbis export options, 76 warning dialog, 74, 75 onload event listener, 257 element, 53, 54  P, Q params, 262 parseInt method, 237 POSH movie list item view, 261, 262 movie view, 265 R releaseDate format, 250 revealing module pattern, 255 _rootElementvariable, 260 Rotten Tomatoes API See Movies controller S Sammy.js, 267 searchtimeout, 280 element, 55, 56 setCardContent method, 94 setPets method, 228 showProfile function, 256 Single-page Ajax callback function, 94 event listener function, 94 HTML loading, 88–93 JavaScript method, 93 loadCard function, 94, 95 XML/JSON, 93 XMLHttpRequest (xhr) object, 95 Single-page container creation cards activation, 98, 99 CSS file, 96 deck, card loading, 97 goToCard method, 99, 100 JavaScript, 96, 97 JSON/XML, 100 Source control management (SCM) branching and tagging, 319 Git/SVN, 318 Styling movie list final code, 298–299 final search results view, 300 global style for, 296 SASS style, 296, 298 SASS/CSS styles, 297, 298 movie view final movie info page, 306 keyframes creation for header animation, 305 movie block and content styling, 303–305 www.it-ebooks.info 369 370 INDEX Styling, movie view (cont.) movie header styling, 300–303 T Task-based mobile web applications BUSit mobile web site, 22, 25 journey planner, 22 TFL mobile web site, 22–24 user task performance, 21 this.bindSearchForm(), 288 this.render, 260 element, 56 Type hinting, 243 U unescape method, 291 User Agent (UA) sniffing script, 15  V, W, X Vanilla search, 297 element Android 4, 57 attributes, 57 supported formats, 58 Video embedding Android browser, 71 Aptana, 70, 71 CPU power, 69 flash-based content, 69 WebM/MP4, 69 Video model accessors, 236 final code for, 237–240 instance variables, 235 setter implementation, 237 video.js creation, 235 Video optimization “Add new template” button, 65 bitsontherun.com, account options, 65 “Create new template” dialog, 66 desktop solutions, 63, 64 hosted solutions bitsontherun.com, 62, 63 encoding.com, 61, 62 “Template properties” page, 66, 67 “Upload new video” button, 67, 68 Video source model code, 232 getters and setters, 234 instance variables declaration, 232 instantiation method creation, 233 videosource.js file creation, 232 View example, 259 movie list item view, 261–262 movie list view, 262–263 movie view, 263–266  Y, Z YOURAPIKEY, 283 www.it-ebooks.info Learn HTML5 and JavaScript for Android ■■■ Gavin Williams i www.it-ebooks.info CONTENTS Learn HTML5 and JavaScript for Android Copyright © 2012 by Gavin Williams This work is subject to copyright All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed Exempted from this legal reservation are brief excerpts in connection with reviews or scholarly analysis or material supplied specifically for the purpose of being entered and executed on a computer system, for exclusive use by the purchaser of the work Duplication of this publication or parts thereof is permitted only under the provisions of the Copyright Law of the Publisher's location, in its current version, and permission for use must always be obtained from Springer Permissions for use may be obtained through RightsLink at the Copyright Clearance Center Violations are liable to prosecution under the respective Copyright Law ISBN-13 (pbk): 978-1-4302-4347-2 ISBN-13 (electronic): 978-1-4302-4348-9 Trademarked names, logos, and images may appear in this book Rather than use a trademark symbol with every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark The images of the Android Robot (01 / Android Robot) are reproduced from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License Android and all Android and Google-based marks are trademarks or registered trademarks of Google, Inc., in the U.S and other countries Apress Media, L.L.C is not affiliated with Google, Inc., and this book was written without endorsement from Google, Inc The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights While the advice and information in this book are believed to be true and accurate at the date of publication, neither the authors nor the editors nor the publisher can accept any legal responsibility for any errors or omissions that may be made The publisher makes no warranty, express or implied, with respect to the material contained herein President and Publisher: Paul Manning Lead Editor: Steve Anglin Development Editor: Douglas Pundick Technical Reviewer: Jim Graham Editorial Board: Steve Anglin, Ewan Buckingham, Gary Cornell, Louise Corrigan, Morgan Ertel, Jonathan Gennick, Jonathan Hassell, Robert Hutchinson, Michelle Lowman, James Markham, Matthew Moodie, Jeff Olson, Jeffrey Pepper, Douglas Pundick, Ben Renow-Clarke, Dominic Shakeshaft, Gwenan Spearing, Matt Wade, Tom Welsh Coordinating Editors: Corbin Collins, Christine Ricketts Copy Editor: Vanessa Moore Compositor: Bytheway Publishing Services Indexer: SPi Global Artist: SPi Global Cover Designer: Anna Ishchenko Distributed to the book trade worldwide by Springer Science+Business Media New York, 233 Spring Street, 6th Floor, New York, NY 10013 Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail orders-ny@springer-sbm.com, or visit www.springeronline.com For information on translations, please e-mail rights@apress.com, or visit www.apress.com Apress and friends of ED books may be purchased in bulk for academic, corporate, or promotional use eBook versions and licenses are also available for most titles For more information, reference our Special Bulk Sales–eBook Licensing web page at www.apress.com/bulk-sales Any source code or other supplementary materials referenced by the author in this text is available to readers at www.apress.com For detailed information about how to locate your book’s source code, go to www.apress.com/sourcecode ii www.it-ebooks.info Dedicated to my dad, who spent hours of his retirement time reading my book and not understanding a single line of HTML/JavaScript or CSS and still finding it interesting :D www.it-ebooks.info Contents ■ ■ ■ ■ About the Author x About the Technical Reviewer xi Introduction xii Chapter 1: Getting Started Choosing a Device to Test With Setting Up Your Development Environment Aptana Android SDK SASS .9 Apache 10 Summary 11 ■ Chapter 2: An Introduction to Creating Mobile Web Apps for Android 13 What’s Different About the Mobile Web? .14 Object/Feature Detection 15 Screen Sizes and Pixel Density 18 Catering to Your Audience 20 Task Based 21 Social 26 Entertainment .27 Web Apps vs Native Apps 27 The First Line of Code: Hello World 30 Setting Up 30 HTML 31 Testing 34 Summary 36 ■ Chapter 3: HTML5 37 What’s New? 38 39 43 v www.it-ebooks.info CONTENTS .45 47 and 48 49 50 51 52 .52 53 55 .56 57 Handling Multimedia in HTML5 59 Optimizing Video for the Mobile Web 61 Embedding Video with HTML5 69 Optimizing Audio for the Mobile Web 72 Embedding Audio with HTML5 .77 HTML5 Mobile Forms 79 Fields for Different Data Types .80 Summary 83 ■ Chapter 4: Starting Your Project Using HTML5 85 Paging Strategies .86 Paging with Standard HTML 86 Paging with Single-Page Ajax 88 Paging with a Single-Page Container 96 Creating the App 100 Planning MoMemo 100 Creating the UI and HTML 104 Creating the Movie List .105 Summary 118 ■ Chapter 5: CSS3 for Mobile 119 Vendor-Specific Properties 119 CSS Animations and Transitions 120 Transitions 120 Animations 124 New CSS3 Features 127 vi @font-face 127 text-shadow and text-stroke 131 Selectors 132 Gradients 135 Borders .140 www.it-ebooks.info CONTENTS CSS Media Queries 142 CSS Precompilers (SASS) 145 Nesting .146 Compiling 147 Partials .148 Variables and Interpolation .150 Mixins 151 Selector Inheritance 154 Summary 156 ■ Chapter 6: Laying the CSS3 Foundations 157 Getting Organized 158 Creating the Partials 161 Automatically Compiling Sass in Aptana 171 Summary 173 ■ Chapter 7: JavaScript for Mobile 175 Object-Oriented JavaScript 175 Handling Touch Events .179 Getting a User’s Location 181 Drawing with Canvas 186 Drawing the Stop Icon 197 Drawing the Play Icon .202 Drawing the Playback Head .204 Storing Data .213 JavaScript Libraries for Mobile 214 File Size 216 Number of Files 216 Activity 216 CSS3 Support .217 Summary 217 ■ Chapter 8: JavaScript: Models, Views, and Controllers 219 Cleaning Up Your Code .220 MVC and a JavaScript Primer 221 The Model 224 The Video Source Model 231 The Video Model 235 The Actor Model 240 The Movie Model 243 Validation 244 vii www.it-ebooks.info CONTENTS Applying Validation to Models 248 Throwing and Handling Exceptions 248 Strengthening the Models 250 Creating New Types 251 Application Utilities 254 Managing the Deck 255 Sending Cross-Site Requests .256 Controlling the Layout and Handling Resizes .259 The View 260 The Movie List Item View 262 The Movie List View 263 The Movie View 264 The Bootstrap and Controller .268 The Bootstrap .268 The Movies Controller .278 The Favorites Controller .289 Styling the Content 296 Styling the Movie List 296 Styling the Movie View .301 Putting It All Together 307 Concatenating, Minifying, and Caching .309 Concatenating 309 Minifying 310 Caching .311 Debugging with Chrome for Android 313 Summary 317 ■ Chapter 9: Testing and Deploying Your Mobile Web App 317 Source Control Management .318 Branching and Tagging .319 Testing .320 Deploying Your Application 320 Continuous Integration Server 321 Your First Continuous Integration Project 321 Writing Your First Unit Test .322 Working with Git and GitHub 332 Getting to Grips with Capistrano .338 Summary 349 viii www.it-ebooks.info CONTENTS ■ Appendix 351 Listing A-1 351 Listing A-2 356 ■ Index 363 ix www.it-ebooks.info About the Author  Gavin Williams has worked in the web industry from the age of 14, when his editor of choice was Microsoft Front Page or Notepad Working mainly with HTML, PHP, and CSS, after finishing a computing certification, as well as several other A-levels, he took a year out before starting university to work for Agency.com as a web developer Here, he worked with clients such as IKEA, British Airways, Channel 5, and P&G He then went to university to study interactive media production, where he picked up his passion for mobile and the mobile web He won a British Interactive Media award for WiDrive, a remote control car that could be controlled over WiFi, using nothing but an iPhone Soon after, he started Fishrod Interactive with one of his closest university friends, Siobhan Bentley, where they developed mobile web sites, apps, and interactive installations for British Sky Broadcasting, WWE, Johnson & Johnson, as well as several other smaller companies, such as Soulcialize (a cupcake company based in Crystal Palace, London) and Streetfit.tv (a street dance fitness company) Gavin Williams is a well-rounded developer and enjoys picking up a new technology and pushing it to its extreme Curiosity is his weakness, as he’s easily distracted by new shiny things in the development world x www.it-ebooks.info About the Technical Reviewer  James Graham received a Bachelor of Science in electronics with a specialty in telecommunications from Texas A&M in 1989 While still in school, he was published in the International Communications Association’s 1988 issue of ICA Communique (“Fast Packet Switching: An Overview of Theory and Performance”) His work experience includes working as an associate network engineer in the Network Design Group at Amoco Corporation in Chicago, IL; a senior network engineer at Tybrin Corporation in Fort Walton Beach, FL; and as an intelligence systems analyst at both 16th Special Operations Wing Intelligence and HQ U.S Air Force Special Operations Command Intelligence at Hurlburt Field, FL He received a formal letter of commendation from the 16th Special Operations Wing Intelligence in 2001 xi www.it-ebooks.info ... Introduction Welcome to Learn HTML5 and JavaScript for Android This book will provide an introduction to HTML5, JavaScript, and CSS3 for Android Browser for version 4.0 of the Android operating system... Android SDK Manager You will be presented with a list of Android SDKs to download, as shown in Figure 1-5 Expand all of the Android versions and ensure that the following options are ticked for. .. the same web application that we deploy for Android mobile handsets and tablets will also work on iOS and Windows Phone handsets and tablet devices now and in the future This chapter will take

Ngày đăng: 06/03/2019, 16:48

Mục lục

  • Cover

    • Contents at a Glance

    • Contents

    • About the Author

    • About the Technical Reviewer

    • Introduction

      • Who This Book Is For

      • How This Book Is Structured

      • Downloading the Code

      • Contacting the Author

  • Getting Started

    • Choosing a Device to Test With

    • Setting Up Your Development Environment

      • Aptana

      • Android SDK

      • SASS

      • Apache

    • Summary

  • An Introduction to Creating Mobile Web Apps for Android

    • What’s Different About the Mobile Web?

      • Object/Feature Detection

      • Screen Sizes and Pixel Density

    • Catering to Your Audience

      • Task Based

      • Social

      • Entertainment

    • Web Apps vs. Native Apps

    • The First Line of Code: Hello World

      • Setting Up

      • HTML

      • Testing

    • Summary

  • HTML5

    • What’s New?

      • <article />

      • <aside />

      • <audio />

      • <canvas />

      • <figure /> and <figcaption />

      • <footer />

      • <header />

      • <hgroup />

      • <mark />

      • <nav />

      • <output />

      • <section />

      • <time />

      • <video />

    • Handling Multimedia in HTML5

      • Optimizing Video for the Mobile Web

      • Embedding Video with HTML5

      • Optimizing Audio for the Mobile Web

      • Embedding Audio with HTML5

    • HTML5 Mobile Forms

      • Fields for Different Data Types

    • Summary

  • Starting Your Project Using HTML5

    • Paging Strategies

      • Paging with Standard HTML

      • Paging with Single-Page Ajax

      • Paging with a Single-Page Container

    • Creating the App

      • Planning MoMemo

      • Creating the UI and HTML

      • Creating the Movie List

    • Summary

  • CSS3 for Mobile

    • Vendor-Specific Properties

    • CSS Animations and Transitions

      • Transitions

      • Animations

    • New CSS3 Features

      • @font-face

      • text-shadow and text-stroke

      • Selectors

      • Gradients

      • Borders

    • CSS Media Queries

    • CSS Precompilers (SASS)

      • Nesting

      • Compiling

      • Partials

      • Variables and Interpolation

      • Mixins

      • Selector Inheritance

    • Summary

  • Laying the CSS3 Foundations

    • Getting Organized

    • Creating the Partials

    • Automatically Compiling Sass in Aptana

    • Summary

  • JavaScript for Mobile

    • Object-Oriented JavaScript

    • Handling Touch Events

    • Getting a User’s Location

    • Drawing with Canvas

      • Drawing the Stop Icon

      • Drawing the Play Icon

      • Drawing the Playback Head

    • Storing Data

    • JavaScript Libraries for Mobile

      • File Size

      • Number of Files

      • Activity

      • CSS3 Support

    • Summary

  • JavaScript: Models, Views, and Controllers

    • Cleaning Up Your Code

    • MVC and a JavaScript Primer

    • The Model

      • The Video Source Model

      • The Video Model

      • The Actor Model

      • The Movie Model

      • Validation

    • Applying Validation to Models

      • Throwing and Handling Exceptions

      • Strengthening the Models

    • Creating New Types

    • Application Utilities

      • Managing the Deck

      • Sending Cross-Site Requests

      • Controlling the Layout and Handling Resizes

    • The View

      • The Movie List Item View

      • The Movie List View

      • The Movie View

    • The Bootstrap and Controller

      • The Bootstrap

      • The Movies Controller

      • The Favorites Controller

    • Styling the Content

      • Styling the Movie List

      • Styling the Movie View

    • Putting It All Together

    • Concatenating, Minifying, and Caching

      • Concatenating

      • Minifying

      • Caching

    • Debugging with Chrome for Android

    • Summary

  • Testing and Deploying Your Mobile Web App

    • Source Control Management

      • Branching and Tagging

    • Testing

    • Deploying Your Application

    • Continuous Integration Server

    • Your First Continuous Integration Project

      • Writing Your First Unit Test

      • Working with Git and GitHub

      • Getting to Grips with Capistrano

    • Summary

  • Appendix

    • Listing A-1

    • Listing A-2

  • Index

    • A

    • B

    • C

    • D

    • E

    • F

    • G

    • H

    • I

    • J, K

    • L

    • M

    • N

    • O

    • P, Q

    • R

    • S

    • T

    • U

    • V, W, X

    • Y, Z

Tài liệu cùng người dùng

  • Đang cập nhật ...

Tài liệu liên quan