JMom NG status

JMom NG is still alive and kicking but I'm doing some major refactoring and since I'd like to improve the quality I'm currently looking at adding better/more tests to JMom NG. 

As that is somewhat difficult using standard Android, I started using Robolectric. Bu, since some functionality to test I need, isn't provided yet by Robolectric, I have committed some stuff to them and put some time into that.

 

So, keep tuned for a new release of JMom NG soon!

continue reading »

Integrate Vosao CMS with Flattr

This is a small tutorial on how to integrate Vosao CMS with Flattr, the micro-payment service I blogged about.

continue reading »

Flattr - exciting!

flattr

Flattr is an exciting new social networking / micro-payment service that allows you to set a donation amount that gets divided among all the different content and software you, um, flatter, online.

continue reading »

JMom NG released

Are you into home automation? Don't like to get out of bed again when you forgot to turn out your bedroom lights? Then take a look at JMom NG!

continue reading »

String pattern searching

For a new Android program I'm developing, I was in need of a String pattern matching algorithm. So, when a developer thinks of String pattern matching, the first thing what comes to mind is a Regex.

But as the String I needed to do the pattern matching on was a Hexadecimal String and the pattern wasn't known before (unknown number of characters, ... ), a Regex almost be impossible.

So, not wanting to re-invent the wheel, I searched the internet... but, I didn't really found a lot.

continue reading »