-
Android Core
How to customize / change ActionBar font, text, color, icon, layout and so on with Android
Hi there! Today i’m gonna share a very common task with you. How to customize an ActionBar on Android. We…
Read More » -
Core Java
Builder Design Pattern Applied
Hi there! Today i’m gonna share the first of a brand new design pattern series i made. The builder design…
Read More » -
Desktop Java
Game AI – An Introduction to Behaviour Trees
Game AI is a very broad subject and while there is a lot of material out there, I didn’t find…
Read More » -
Software Development
Books That Have Most Influenced My Software Development Career
I have read numerous books on software development and have learned valuable things from most of them, but a small…
Read More » -
Enterprise Java
Java EE: Asynchronous constructs and capabilities
Introduction Java EE has a number of APIs and constructs to support Asynchronous execution. This is vital from a scalability…
Read More » -
Enterprise Java
HawtIO on JBoss EAP (Part II)
I just posted an entry on running HawtIO on JBoss Wildfly 8.1 recently. From that post you know how awesome…
Read More » -
Core Java
Decorator Design Pattern Applied
Hi there! Today i’m gonna show the decorator design pattern in action. The decorator design pattern is a largelly used…
Read More » -
Enterprise Java
Writing Clean Tests – To Verify Or Not To Verify
When we write unit tests that use mock objects, we follow these steps: …
Read More » -
Enterprise Java
Maven Git Release
I need to start this post by stating that I’ve only started to work seriously with Git within the last…
Read More »