I developed two custom widgets for ZInfo.
One is called RichText that can show links with custom display text, rather than the link itself.
The other is a more powerful dialog. It will be discussed later.
Android provides a widget called TextView with auto link feature.
That means you can show this:
This is http://zeaster.com/blog/
but, how to show this:
This [...]
Continue reading " Google Android Custom Widget RichEdit - 1 "