Vladimir Vukićević — Words
 

Archive for November, 2009



More Android Hackery

Just a heads up; I’ve started a wiki page on the Android port.  Day-to-day details can still be found on the status board, but the wiki page should remain a current landing spot.  Sadly, we’re not yet at a point where there are neat screenshots to show, but soon! Today’s Android hacking notes Bionic doesn’t [...]

Following Firefox Android Work

Just a heads up — I’ll be using bsmedberg’s Status Board to push updates about the Android porting work; as other people get involved, you should see their updates there as well.

Droid Almost Does

I purchased a Droid when they came out.  It’s my first Android device, and it’s been an interesting experience.  I am not a fan of the iPhone, and I’ve been using a Blackberry for the past few years (an 8700 first, then the original Curve, then the updated 8900).   The Droid is a great [...]

I’ve been looking to understand the Android OS better, so that I can answer some questions and create plans for getting Gecko/Firefox running on Android-based devices.  One of the first questions I asked was, “How do Android apps start?”  They’re clearly separate processes while they’re running, but it wasn’t clear how they were launched.  It [...]

WebGL introduces two interesting concepts that I think have application outside of WebGL, the CanvasArrayBuffer and CanvasArray WebGLArrayBuffer and WebGLArray. This is all subject to change, of course, though this is what the current Gecko (and others’) implementation looks like. In particular, the Canvas prefix in the names might change soon. Edit 12/2: these types [...]