Skip to Content
Building Android Apps with HTML, CSS, and JavaScript, 2nd Edition
book

Building Android Apps with HTML, CSS, and JavaScript, 2nd Edition

by Jonathan Stark, Brian Jepson, Brian MacDonald
January 2012
Intermediate to advanced
178 pages
4h 31m
English
O'Reilly Media, Inc.
Content preview from Building Android Apps with HTML, CSS, and JavaScript, 2nd Edition

Traffic Cop

For the next series of examples, we’ll write a single page called android.html that will sit in front of all the site’s other pages. Here’s how it works:

  1. On first load, android.html will present the user with a nicely formatted version of the site navigation.

  2. We’ll then use jQuery to “hijack” the onclick actions of the nav links, so when the user clicks a link, the browser page will not navigate to the target link. Rather, jQuery will load a portion of the HTML from the remote page and deliver the data to the user by updating the current page.

We’ll start with the most basic functional version of the code and improve it as we go along. If you’ve still got example files hanging around from Chapter 2, either move them out of the way or set up a new empty subdirectory on your web server to work in as you make your way through this chapter.

The HTML for the android.html wrapper page is extremely simple (see Example 3-1). In the head section, set the title and viewport options and include links to a stylesheet (android.css) and two JavaScript files: jquery.js and a custom JavaScript file named android.js.

Note

You must put a copy of jquery.js in the same directory as the HTML file. For more information on where to get jquery.js and what to do with it, see Introduction to JavaScript. You should do this now before proceeding further.

The body has just two div containers: a header with the initial title in an h1 tag and an empty div container, which will end up holding HTML snippets ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Web Programming with HTML5, CSS, and JavaScript

Web Programming with HTML5, CSS, and JavaScript

John Dean
HTML5 & CSS3 For The Real World, 2nd Edition

HTML5 & CSS3 For The Real World, 2nd Edition

Estelle Weyl, Louis Lazaris, Alexis Goldstein

Publisher Resources

ISBN: 9781449327996Errata Page