Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 8th, 2012  |  syntax: None  |  size: 0.18 KB  |  hits: 5  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Links within UILabels to Native Functions
  2. TextView someText = (TextView) findViewById(R.id.about);
  3.  
  4. someText.setAutoLinkMask(Linkify.ALL);
  5.  
  6. contact.setText("Toll Free: 888-888-8888");