Did you know…
Nov 7, 2010
Last week I was making an implementation of the command pattern, and while doing so I encountered some strange behavior in my flex code that I couldn’t explain… After about a day of puzzling I finally figured it out, it’s all in the arguments!
Android Image Cache
Nov 7, 2010
One of the challenges of developing for mobile devices is making your app run fast, even though it only has very limited capabilities. This is the problem we’ll be adressing in this post, or to be more exact, we’ll be adressing how to get your images fast and efficient on a mobile device. Now obviously you can’t get your image faster than the device’s connection allows, but you can make sure you’re not waiting for downloads that you don’t have to wait for. This is where the image cache comes in. If you have an image, why not just reuse it when requesting it for the second time? Of course there are situations where this sort of behaviour is not wanted (for example, when the image on the server has changed), but mostly it will save you time, bandwidth and battery life.
Adobe AIR Update Framework
Nov 7, 2010
As noted in my previous post (Adobe Air Application Version) Adobe Air has a nifty update framework. Using this framework you can add a cool automatic update check and install feature in your Air app.
The framework gives you the possibility to use the default UI or a custom UI, and we will (of course) take the long and hard way to create our own UI. With long and hard I mean that we have to do the Alert creation and result handling by ourselves, which sounds a lot worse than it actually is
Adobe Air Application Version
Nov 7, 2010Okey, so here’s the problem: I’ve got this Adobe Air application which I regularly update using the new built-in Air updater (see my post about the Adobe Air update framework) and I want to include the version number in the title of the app.
It’s alive!
Nov 7, 2010
Dear visitor,
Welcome to my brand new site! Soon you will find information about my daily work as a computer scientist, as well as random posts about things that interest me.
Hope to see you soon and don’t be afraid to comment!
Kind regards,
Thomas Vervest, a.k.a. squarewolf
