简体   繁体   English

使用Android APP添加斜体字体并链接到SMS

[英]Add italic font and link into a SMS using Android APP

I want to add some italic font and links into SMS using an android app. 我想使用Android应用程序将一些斜体字体和链接添加到SMS中。 How would I achieve this? 我将如何实现?

Well, Links is doable (infact is probably supported. Check Linkify ) 好吧,链接是可行的(可能支持事实 。请检查Linkify

Are you looking to build a SMS Application? 您是否要构建SMS应用程序? If so,then for Italics/Bold etc...You could format your SMS as an HTML Message and send it... 如果是这样,则使用斜体/粗体等...您可以将SMS格式化为HTML消息并将其发送...

Within Your SMS Application, you could Make use of the HTML format and display it with formatting, but on other SMS applications it'll end up displaying RAW Html code. 在您的SMS应用程序中,您可以利用HTML格式并以格式显示它,但是在其他SMS应用程序中,它将最终显示RAW Html代码。

So this will work only on your SMS Application (or perhaps any other who will support HTML SMSes) 因此,这仅适用于您的SMS应用程序(或可能支持HTML SMS的任何其他应用程序)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM