Filed under
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 »
Filed under
internet,
social,

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 »
Filed under
development,
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 »