-
Software Development
Introduction to Cloud Computing
Cloud Computing is a delivery of computing as a service rather than a product. I will come back to this…
Read More » -
Enterprise Java
Distributed System Development Considerations
There are a number of factors to take into account while developing distributed software systems. If you don’t even know…
Read More » -
Android Core
Add a sliding menu with animation to an Activity
I was playing around with animation, layers and so on and i have coded this simple sliding menu. The idea…
Read More » -
Android Core
Android AsyncTask ListView – JSON
Many times we need to populate a Listview using an AsyncTask. This is the case when we have to invoke…
Read More » -
Enterprise Java
Akka vs Storm
I was recently working a bit with Twitter’s Storm, and it got me wondering, how does it compare to another…
Read More » -
Android Core
Android ListView Pull-to-Refresh
In this post I want to describe how to create a custom ListView widget that behaves like Gmail list, so…
Read More » -
Core Java
Garbage Collection in Java (2)
Parallel Scavenge Today we cover how Parallel GC works. Specifically this is the combination of running a Parallel Scavenge collector…
Read More » -
Software Development
8 Things you should not be afraid of as a Developer
Change In Software Development there is no such thing as stagnancy. Everything you develop now is just another version of…
Read More » -
Android Core
Android – Import projects from Git
There are many cases when we have requirement and need to clone Git repository, at that time we have to…
Read More »