I have done searching in google and find out to linkify between activities in this link:
http://stackoverflow.com/questions/4025770/android-launch-activity-from-clickable-text/4026303#4026303 However, I end up in this line of code: UnderlineSpan[] underlines = strBuilder.getSpans(UnderlineSpan.class); Eclipse prints error: The method getSpans(int, int, Class<T>) in the type SpannableStringBuilder is not applicable for the arguments (Class<UnderlineSpan>) How can i solve this problem? Or is there easier way to linkify between two different activities? Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

