的Flickr和YouTube在Android整合 [英] Flickr and Youtube integration on Android

查看:125
本文介绍了的Flickr和YouTube在Android整合的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好

我需要证明:

1)照片流在网格视图Flickr上的一个特定账户。 2)你管视频的特定频道列表或图标。

1) Photostream of a particular account on flickr in a grid view. 2) List OR Grid of you tube videos for a particular channel.

请建议教程或链接,做到这一点。

Please suggest tutorials OR link to do that.

谢谢..

推荐答案

有关忽悠使用的照片流应用和用于显示YouTube频道使用gdata的API或如果你只是需要显示视频列表视图并播放它们。您可以解析从以下网址的响应:

For flicker use "photostream app" and for showing youtube channels use gdata api OR if you simply need to show videos in a list view and play them. You can parse the response from following url:

http://gdata.youtube.com/feeds/api/users/username/uploads

从每一个项标签中的数据。使用下面的意图发挥的网址在YouTube应用程序:

get the data from every "entry" tag. Use the following intent to play the url in youtube app:

    Intent i = new Intent(Intent.ACTION_VIEW, Uri
                        .parse("vnd.youtube:" + url));
                startActivity(i);

这篇关于的Flickr和YouTube在Android整合的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆