-
Android Core
How to run junit tests inside the android project
Hi there! Today i’m gonna show you how to create and run junit tests inside your android project without creating…
Read More » -
Core Java
Command Design Pattern Applied
Hi there! Today i’m gonna share with you a really great programming design pattern. It has a lot of usages…
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 » -
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 »