-
Recent Posts
Categories
Tags
activity android apple asus att attenuation career clock code death grip design developer g1 google honeycomb htc html imac ios ios 5 ipad iphone ipod java linearlayout linux microsoft n1 nexus one nexus s osx predator renderscript samsung sarcasm signal tablet transformer tutorial twitter ubuntu usability widget windows 7 xoom
Tag Archives: android
Android TextView And HTML Links
Android’s TextView widget is actually quite robust. It supports various fonts, styles, colors, etc., allowing you to have newlines, bold sections, and more (even defined from XML); however, sometimes the text you are dumping into a TextView is HTML. Fortunately, … Continue reading
Apple Insider Slant
Occasionally, I try to view websites that are very pro-Apple, partly to learn what’s new in that world (and what excites its inhabitants) and partly to get a good laugh. This screenshot is an example where I couldn’t help but … Continue reading
Posted in Opinion / Just Talking
Tagged android, apple, apple insider, google, google tv
Leave a comment
Animating Android Activities
A relatively common task is to have some kind of animation between Activities in Android. The default animation isn’t necessarily always the same across devices, and sometimes it is desirable to customize this. A quick look at the docs will … Continue reading