Android 将数据从一个应用程序发送到另一个应用程序
Posted
技术标签:
【中文标题】Android 将数据从一个应用程序发送到另一个应用程序【英文标题】:Android sending data from one application to another application 【发布时间】:2014-11-01 06:49:00 【问题描述】:我正在开发一个应用程序,在该应用程序中,我需要将一些字符串(例如“HelloWorld”)从一个应用程序发送到另一个应用程序,我该如何实现?请一些专业的软件工程师帮助我。
【问题讨论】:
您是说将该字符串发送到“您的”另一个应用程序还是“任何”其他应用程序? @MehulJoisar 是的,我想将字符串“Helloworld”从一个应用程序发送到另一个应用程序.. 【参考方案1】:最后我通过以下链接完成了这项工作:
http://developer.android.com/training/sharing/send.html
【讨论】:
以上是关于Android 将数据从一个应用程序发送到另一个应用程序的主要内容,如果未能解决你的问题,请参考以下文章