简体   繁体   English

我想将 vimeo 视频与应用程序集成

[英]I want to integrate vimeo video with the app

I want to connect vimeo video with an android app, the process is like this:我想用一个android app连接vimeo视频,过程是这样的:

I want to upload the video on Vimeo, and want to see the list of video uploaded in the vimeo from the android app and play it from the android app.我想把视频上传到 Vimeo,想从 android 应用程序看到上传到 vimeo 的视频列表,并从 android 应用程序播放。

In simple words I don't want to upload the link of every new video in my code.简而言之,我不想在我的代码中上传每个新视频的链接。

Is that possible, help me with this What sort of technology require for this and what is the process?这可能吗,帮我解决这个需要什么样的技术,过程是什么?

Honestly I am new to Android apps too.老实说,我也是 Android 应用程序的新手。 If you wish to save links you had already accessed, then I assume you should look at "Room" (The name of Android Internal Storage).如果您想保存已经访问过的链接,那么我认为您应该查看“房间”(Android 内部存储的名称)。 Room would helps you to remember links/videos even if you close the app.即使您关闭应用程序,Room 也会帮助您记住链接/视频。

In regards listing items, I'd look at "RecyclerView".关于列出项目,我会看一下“RecyclerView”。

I don't have enough knowledge on that field, to provide you with an accurate answer but I'd suggest start looking on these two topics.我在该领域没有足够的知识,无法为您提供准确的答案,但我建议您开始研究这两个主题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM