-
Core Java
IDE: 5 most favorite NetBeans features
Development with pleasure…. NetBeans has many interesting features that make development very easy, with few steps, and makes for a…
Read More » -
Android Core
Applying decorator pattern to decorate views on Android
Hi there! Today i’m gonna show how to apply the design pattern decorator to android’s views making use of its…
Read More » -
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 »