We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
查看 Android PhotoStream 示例应用程序。一切都在那里解释
Look into Android PhotoStream sample application. Everything is explained there
不错的应用程序..
为什么不能启动一组处理照片/发布照片的应用程序,而不是将照片发布到您选择的网站?
正如 barmaley 所建议的,Android PhotoStream 就是其中之一。
打开文本编辑器的示例代码位于此处。
有关设置意图的 MIME 类型的更多信息,请参阅此处:
http://developer.android.com/reference/android/content/Intent.html#setType%28java.lang.String%29
Nice app..
Instead of publishing the photo to a website of your choice, why can't you launch a set of applications that handles photos/publishes photos?
As suggested by barmaley, Android PhotoStream is one of them.
A sample coding for opening a text Editor is here..
Refer here for more about setting MIME Types for Intents:
http://developer.android.com/reference/android/content/Intent.html#setType%28java.lang.String%29