Hi,

I am stuck at a place when I was using Linkify to create Link an email
id to the Android email app.

I have a large sentence in a textview which has an email id. On
clicking on it, it opens my android email app. But The problem is
that, I cannot add any subject or message in the mail. Is there any
way of doing this using linkify ? Or do I have to use any other way
for doing this.
I initially used a textview which had just the email id, from which I
could add the subject and message, but i will have to keep the email
id in a separate line. I want the entire line in the textview where
the email id comes in the middle of the sentence.

I am currently doing like this:

        TextView emailLink;
        emailLink = (TextView)
this.findViewById(R.id.support_request);
        Linkify.addLinks(emailLink,Linkify.EMAIL_ADDRESSES);

Thanks,
Priyank

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to