Just another day in Android-land: DatePickerDialog that honor the app locale
Recently our company needed to unify the whole app into one locale, we have faced obstacle in making the DatePickerDialog to use app locale instead of system...
Recently our company needed to unify the whole app into one locale, we have faced obstacle in making the DatePickerDialog to use app locale instead of system...
One of the recurring problem of developing Android application is the notorious back stack. In our application, we firstly following the o’almighty advice of...
In my recent development, I have received a requirement to put Spinner inside a PopupWindow. I expected an easy task. When the popupwindow is shown, there wa...
When I am doing system Design, there are some recurring problems. One of the problem is to represent status of certain records. Take an example of a transact...
Recently many software gurus(e.g.: [Jeff Atwood](http://www.codinghorror.com/blog/2012/06/the-php-singularity.html & Fabien Potencier) whom I admired deb...