ubikapps.net

Mobile Development Blog

Entries Tagged ‘webapps’

A Big Thank You

Yesterday I received a free Nexus One from Google as part of their Android Developer Seeding Program. Reader Widget Free qualified for this so I just wanted to say a big thank you to everyone who downloaded, rated and provided feedback on it. It has been downloaded over 22000 times. Also thanks to those who [...]

Google Maps API V3 updated

They have just announced some updates to the Google Maps API V3. This seems to have fixed an issue where the plus and minus buttons in the info window for each pub in PubCrawler were difficult to press on Android 2.x devices. I didn’t need to do any code changes for this which is always [...]

PubCrawler updated to Google Maps API V3

Good old PubCrawler. I have somewhat neglected my duties in maintaining this web app. However, I recently completed the migration to Google Maps API V3 for it. Advantages of this include: Automatic display of controls based on device. For example zoom buttons are displayed on Android devices but not on the iPhone (because it has [...]

Is Google Ditching Gears?

Google Gears has been conspicuous by its absence in two places recently. The Droid no longer has Google Gears geolocation built into its browser. Instead it uses HTML5. In the recent Chrome OS announcement it was also HTML5 all the way. I think perhaps Google was using Gears as a stop gap until HTML5 came [...]

Touch screen implementations and browser size

I have noticed something not mentioned much elsewhere when testing the PubCrawler on various devices. It is how much screen space is devoted to a web page. This is not a simply dependent on screen size as these screenshots show: iPod Touch/iPhone 3.0 HTC Dream/T-mobile G1 Android 1.5 HTC Hero All the devices have the [...]

PubCrawler HTML5 geolocation

I’ve been neglecting the PubCrawler a bit recently because of my current widget fetish. I made one quick change to it last night though. It now has HTML5 geolocation for browsers that support it. I tested it in Firefox 3.5 beta 4 which is a bit flakey when it comes to the geolocation stuff even [...]

PubCrawler HTML 5 DB – Save crawls on iPhones

I have updated PubCrawler to use HTML 5 client side storage. This is supported by iPhones and iPod Touches with firmware 2.0 and above. It means that these devices can now save crawls. For Android phones a Google Gears database is still used. It took me a while to get the HTML 5 DB working [...]

PubCrawler now has manual location

PubCrawler now has manual location functionality. When Google Gears is not installed it falls back to asking for location in a JavaScript prompt(). With or without Gears on the map screen the location can be changed with a new button. Another minor change is the removal of the map buttons at the bottom for everything [...]

PubCrawler Web App

My first mobile web app is PubCrawler. It finds pubs in your location automatically and can show you a route around them. Navigate from pub to pub and save the number of pints drunk in each. Crawls are saved for viewing later. Its being developed in HTML, CSS 3.0 and JavaScript using Google Gears GeoLocation, [...]