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

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

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

Posted in Code Samples | Tagged , , | 51 Comments

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

Posted in Web Development | Tagged , | Leave a comment