您的位置:首页 > 移动开发 > Android开发

【Android Training - 06】分享数据内容 [Lesson 0 - 章节概览]

2012-03-30 10:20 387 查看


Sharing Content [分享功能的实现]

Android程序中很炫的一个功能是程序之间可以互相通信。为什么要重新发明一个已经存在于另外一个程序中的功能呢,并且这个功能并非自己程序的核心部分。
这一章节会讲述一些通常使用的方法来在不同程序之间通过使用Intent APIs与
ActionProvider
对象来发送与接受content。


Dependencies and prerequisites

Android 1.0 or higher (greater requirements where noted)

Experience with Intents and Intent Filters


Lessons

这一章我们将学习下面3个内容,需要提前看的同学请点击下面文章的链接直接看官方原文,在逐一成文之后,我会添加本博客对应课程的链接,谢谢!

Sending Content to Other
Apps
[发送内容到其他的apps]

【Android Training - 07】分享数据内容 [Lesson 1 - 发送分享的数据到其他App]

Learn how to set up your application to be able to send text and binary data to other applications with intents.

Receiving Content from
Other Apps
[接收其他apps发送过来的内容]

【Android Training - 07】分享数据内容 [Lesson 2 - 从其它app接收分享的内容]

Learn how to set up your application to receive text and binary data from intents.

Adding an Easy Share
Action
[增加一个简单的分享功能]

【Android Training - 07】分享数据内容 [Lesson 3 - 在ActionBar上添加Share
Action]


Learn how to add a "share" action item to your action bar.

学习自:http://developer.android.com/training/sharing/index.html

转载请注明出处:http://blog.csdn.net/kesenhoo,谢谢!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐