Home | History | Annotate | Download | only in articles

Lines Matching full:will

37 <p>Linkify can be passed any TextView in your application, and will
50 link actions, and the TextView will be immediately updated with a set
52 actions (e.g. a web URL will start the browser with that URL, a
53 telephone number will bring up the phone dialer with that number ready
74 WikiWord. Linkify will automatically append whatever is matched to a
81 <p>The WikiWord part will be appended by Linkify when it finds a match, so we
95 existing active links will be maintained and the new WikiWords will be
100 <code>MyToDoList</code>, Linkify will turn it into an active link with the
105 <p>and if you click on it, Android will fire the default intent for that content
108 <p>For this to all work, you will need a ContentProvider that
109 understands that Content URI, and you will need a default activity
113 will then hopefully be released as a sample application.</p>