-
Android Core
Android: Navigation drawer with account picker – Google Drive SDK
This post describes how to create a navigation drawer with an account picker. Navigation drawer is a new UI pattern…
Read More » -
Enterprise Java
Java EE CDI programmatic dependency disambiguation example – Injection Point inspection
In this tutorial we shall see how we can avoid programmatic dependency disambiguation when injecting Java EE CDI beans. We…
Read More » -
Core Java
Reducing memory consumption by 20x
This is going to be another story sharing our recent experience with memory-related problems. The case is extracted from a…
Read More » -
DevOps
MongoDB to CSV
Every once in a while, I need to give a non-technical user (like a business analyst) data residing in MongoDB;…
Read More » -
Enterprise Java
5 Reasons to use Guava
Guava is an open source library containing many classes for Java and written by Google. It’s a potentially useful source…
Read More » -
Enterprise Java
Goodbye Guvnor. Hello Drools Workbench.
Many things are changing for Drools 6.0. Along with the functional and feature changes we have restructured the Guvnor github…
Read More » -
Android Core
Android listview background row style: Rounded Corner, alternate color
One aspect we didn’t consider in the previous posts is how we can apply style or background to the Listview…
Read More » -
Software Development
Choosing between a Pen Test and a Secure Code Review
Secure Code Reviews (bringing someone in from outside of the team to review/audit the code for security vulnerabilities) and application…
Read More » -
Enterprise Java
JPA 2 | EntityManagers, Transactions and everything around it
Introduction One of the most confusing and unclear thing for me, as a Java Developer has been the mystery surrounding the Transaction…
Read More »