I’ve been working on the Tea Dragons Shopify website so please take a look and let me know if you like it :). As well as refreshing the visual design I’ve also added some Facebook Open Graph integration. Each of the infusions has two Open Graph Actions “Want” and “Drink” that as user can execute against […]
April 15, 2012
Due to other commitments I’ve made the hard decision to sell my VisualSpreads software, I’m offering the oportunity to purchase my Android app in it’s entirety. If you have access to a trading platform and are looking to move into mobile this is an unbelievable deal for you. You can find more information here: http://www.atplatforms.com/Solutions/VisualSpreads Your […]
January 16, 2012
I’ve been a little quiet of late due to me starting a new job as Head of Platform Development at Brighter Option. We build advanced management tools for Facebook advertising campaigns so I’ve very busy writing lots of c# code to talk to the Facebook Graph API. I’ll be writing about what I’ve learnt during […]
September 19, 2011
My latest Android app that I wrote for Shhmmoze has just been released, whoop whoop! 🙂 Read more about the release here: http://blog.shhmooze.com/2011/09/19/show-some-android-love-at-your-next-conference-or-meetup/ And download the app here: https://market.android.com/details?id=com.shhmooze.UI
August 19, 2011
Here’s a couple of posters I made for Hannah’s Tea Dragons tea stall at the Big Chill festival. One of them – Elixir of Desire – introduces a new (a vintage french nude) lady into the Tea Dragons tribe. These colours aren’t quite correct as they were produced for print in CMYK but I still think […]
August 19, 2011
I started running into trouble with Eclipse this morning when I was trying to build and install an app onto my phone. The project seemed to build Ok and I got no obvious errors in the console during packing but when ADB tried to push the .apk to the phone I kept getting this error […]
August 16, 2011
In my last article I talked about SQL Lite inserts on Android being optimised using a transaction. Another method I’ve found that speeds things up dramatically is to use compiled SQL statements with the SQLiteStatement class. I can’t believe I hadn’t used these before, I actually think working with a compiled statement is much nicer than working with the standard SQL […]
August 16, 2011
I’ve been working on the Shhmooze Android app. When the app is first run there are quite large amounts of data that need to be downloaded and persisted to an Android SQLLite db on the device(around 200o records). I was running into an issue where these writes to the db were taking a very long […]
July 14, 2011
I’ve just finalised and sent to print the first bottle label for our new Tea Dragons Herbal Infusions drinks range so I thought I’d share it. The (very tasty)drink is called Elixir of Love and the flavour is based on Rose and Hibiscus. We are going for an old-school look with a modern twist. So first step […]
June 3, 2011
I’ve been writing a series of posts about how to use RabbitMQ with .net. I initially started using RabbitMQ so I could push live price feeds to my white-label Android trading app VisualSpreads. So I thought it was now time to write an article about how to use RabbitMQ with Android. As Android is Java you can […]
May 21, 2012
0