-
Android Core
Android broadcast receiver: Registering/unregistering during runtime
In the previous post, we leaned to enable and disable the Broadcast receiver added in the Android manifest file. In…
Read More » -
Enterprise Java
How to write better POJO Services
In Java, you can easily implements some business logic in a Plain Old Java Object (POJO) classes, and you can…
Read More » -
Software Development
Naming Antipatterns
One of these annoying challenges when coding is finding proper names for your classes. There are some tools available making…
Read More » -
Software Development
Sonar’s Quality Alphabet
Sonar (by SonarSource.com) is getting more and more popular among developer teams. It’s an open source platform measuring software quality…
Read More » -
Enterprise Java
Service-Oriented UI with JSF
In large software development projects, service-oriented architecture is very common because it provides a functional interface that can be used…
Read More » -
Career
Mobile Development Job Trends – 2012-08
Today we have the last installment of the job trends posts, mobile development job trends. Everyone is talking about mobile…
Read More » -
Desktop Java
JavaFX Tutorial – Basics
JavaFX seem to be gaining ground on the RIA space. With the right tools and development support, it wil definitely…
Read More » -
Core Java
Resource Bundle Tricks and Best Practices
Today is resource bundle day. This is the most well known mechanism for internationalization (i18n) in Java in general. Working…
Read More » -
Core Java
BTrace: hidden gem in Java developer toolbox
This post is about BTrace which I am considering as a hidden gem for Java developer. BTrace is a safe,…
Read More »