Concurrent Android Programming

My brief notes on concurrent programming facilities available in android. I will update it i find something interesting, do comment if you think that I missed something. Threads :- Plain old java threads! and synchronization primitives , classes in java.util.concurrent , java monitor objects –  http://developer.android.com/reference/java/util/concurrent/package-summary.html Andorid Services – – http://developer.android.com/guide/components/services.html …

The passionate programmer ?

I just finished reading the book the passionate programmer by Chad Fowler ( No! , he is not related to Martin Fowler!) .  Although i do not necessarily agree with all his views. Here are the few take away points for me.   Try to understand business domain which you …