Just Another Day in Android-land: Expandable TextView with Custom Ellipsis
After over 4 months of my first notorious “death march” our team can at last have life. I finally have time to write a custom component for my future use. It...
After over 4 months of my first notorious “death march” our team can at last have life. I finally have time to write a custom component for my future use. It...
Personally I think this is a very bad decision. But I have not tried hard enough to convince people it is a bad idea.
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...