-
Recent Posts
Categories
Tags
activity android apple asus att attenuation career clock code death grip developer g1 google honeycomb htc html imac ios ios 5 ipad iphone ipod java linearlayout linux microsoft n1 nexus one osx predator preview renderscript renderscript-tutorial-101 samsung sarcasm signal tablet transformer tutorial twitter ubuntu vim widget windows 7 xoom
Tag Archives: html
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
Sending HTML Email With Android Intent
It’s very easy to send email via an Android intent. Here’s an example where we already have the subject and body prepared but want to let the user decide on the recipient: (It’s important to note that this should be … Continue reading
Setting An Image For Facebook Link Sharing
When you attach a link to share on Facebook, you’re typically presented with up to nine thumbnails pulled from img tags on that site. In many cases, one of these thumbnails will work fine, but sometimes the images aren’t ideal … Continue reading