-
Android Core
Android Notification with Sound and Icon Tutorial
My app needed a simple Android notification with sound and icon. So here’s the code I used to make that…
Read More » -
Core Java
Which memory is faster Heap or ByteBuffer or Direct ?
Java is becoming new C/C++ , it is extensively used in developing High Performance System. Good for millions of Java…
Read More » -
Software Development
The Dark Side of Best Practices
Best practices are the backbone of software development (or so we are told). Every developer has his own opinions about…
Read More » -
Core Java
Understanding the OutOfMemoryError
Whenever you find yourself staring a stacktrace with OutOfMemoryError in it, it should all be crystal clear. The program has…
Read More » -
Groovy
Grails – GORM Tutorial
Grails is known as domain driven language that means we can build application using bottom to top approach which is…
Read More » -
Enterprise Java
Spring Data REST in Action
What is spring-data-rest? spring-data-rest, a recent addition to the spring-data project, is a framework that helps you expose your entities…
Read More » -
Android Core
Android Custom Loader to Load Data Directly from SQLite Database
Today we’ll discuss about custom loaders in Android. Loaders have been introduced from Android 3.0 but we can also use…
Read More » -
Software Development
An argument against defaulting to auto-increment primary keys
The de-facto “easy” primary key for ages has been the auto-incrementing integer. Upon insertion of a new record, the database…
Read More » -
Groovy
SOA and REST with Grails
I discussed on my previous article about REST and how to leverage RESTful web services on Grails platform. We will…
Read More »