What about sending attachments with the email ? On Sunday, 31 October 2010 03:25:21 UTC+5:30, Priyank wrote: > > 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/df25fd68-2866-4a54-8a11-ea10059c16f5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

