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

Posted in Code Samples | Tagged , , , | 2 Comments

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 , , , , | 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

Posted in Code Samples | Tagged , , , , | Leave a comment

Creating An Android Main Menu Link

It’s becoming a more and more common practice for Android apps to have a “main menu” or home Activity of some sort. The Facebook and Twitter apps both use a series of icons on a dashboard of sorts. Other apps, … Continue reading

Posted in Code Samples | Tagged , , , | 2 Comments