Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 1.13 KB

File metadata and controls

23 lines (11 loc) · 1.13 KB

分享简单的数据

编写:kesenhoo - 原文:http://developer.android.com/training/sharing/index.html

Android程序中很炫的一个功能是程序之间可以互相通信。为什么要重新发明一个已经存在于另外一个程序中的功能呢,而且这个功能并非自己程序的核心部分。

这一章节会讲述一些通常使用的方法来在不同程序之间通过使用Intent APIs与ActionProvider对象来发送与接受content。

Lessons