Android Development Overview
Every Android app will consist of components, a manifest file, and resources. Components consist of four pieces: Activities * A single screen with a user interface (aka view) * Most...
Ideas, findings, thoughts and discussion focused on the technology and how to make things work.
Every Android app will consist of components, a manifest file, and resources. Components consist of four pieces: Activities * A single screen with a user interface (aka view) * Most...
This tool pulls, parses, and presents data from a Google Spreadsheet. This index.html file simply loads a public Google Spreadsheet [https://spreadsheets.google.com/feeds/list/0AuI2UhLz5jk7dERELVBDcUZQU3UzMnVNSVgzSUZCakE/...
This is a tool that pulls, parses, and presents "now playing" data from Classical KUSC. <!-- #whats_playing_now starts --> <div id=...
This simple example will access your GeoLocation on mobile Safari and place a marker using Google Maps. <!DOCTYPE html> <html lang="en">...
If you're ever working with real-time javascript, try Socket.io. <!DOCTYPE html> <html> <head> <title>My App<...