Passing String data between Android applications

青春壹個敷衍的年華 提交于 2019-12-01 20:17:59
Noman Arain

@CommonsWare What you're saying is incorrect. You can share data, for example a string between two applications. Please take a look here: Data sharing between two applications and also: http://developer.android.com/training/sharing/send.html

"I was thinking have both apps contain BroadcastReceivers." This is not needed. Google provides a very simple and easy solution and example.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!