Load Image and Videos into Recycler View - android

Does someone know of a library or methodology I can adopt to have a recycler view that shows videos and images like Facebook and Instagram?
I want the videos to play as it comes into focus and stops playing when not in viewer focus. Not pressing play for playing videos or pressing stop for stopping videos. It should happen automatically.
Any help will be greatly appreciated!

Please refer to this blog below for playing videos in recyclerview. And as for showing images you can add that check easily by checking the file type.
play videos in recyclerview

Related

How to show youtube videos thumbnails and their title in list view in android

I am Beginner in android and I'm developing an app in which I want to store some youtube videos in arraylist. I want these YouTube videos to be shown in my app as listview of videos which contains thumbnail and title of videos.Whenever the user click on any video from that ListView the video will be played in YouTube app (full screen).
I need both xml and java code for this.
Every kind of help is appreciated!

prefetch or predownload some video data before play in videoview

I want to prefetch/predownload some data of video which is stored on my server.
Right now I streaming the video from the server, It requires some time to buffer then it will start playing video. So I want to prefetch some data of video so that when user clicks on it video get play without taking too much time.
How to achieve this can I store it in database some data or download file while set list of videos in listview.
Please help with this problem.I didn't understand what to do?
I have used Exoplayer which as this feature and many more. Demo repositorie also available.

Caching and Playing video

The requirement is to list a Videos thumbnails and on clicking it should play related video into Application. i am able to play url where video is located using Video View. But now i want to implement this thing in a better ways like Watsapp and instagram. If anybody have a good experience in this reference please share with me. I want to play around caching video and playing videos from cache without buffering (Video view is showing buffering bar and very slow in performance user have to wait a lot for starting a Video). Any kind of help will be appreciated. thanks.
I did it own my own. It's very simple to implement What i do is to download the video with async task along with a progressing seek bar. Once it's downloaded i'll save it in a Folder in my sdcard. We should create a Folder named as Application name so easy to identify and also always available videos with out opening application as well and next time however when i want to watch video again in my application it just check weather it is available in sdcard if yes then play immediately if not then download it. I am happy.

How to get Youtube video list and play while clicking the video

I want to access Youtube videos and display the thumbnail of the video along with its title in a ListView. On clicking of the thumbnail, the video should be played. Can anyone suggest some sample program related to my need or link.
You can try the below link to solve your problem. Please check the same.
http://it-ride.blogspot.in/2010/04/android-youtube-intent.html

Android: Make the native media player load the video from URL

Dear experts I face a problem loading Video file from the URL in my Android app.
In my app when I click the button a web page is opening. In the bottom of the page I have buttons. One of them should have such functionality. If you click on it, a view appears automatically which contains a media payer icon.(This is have done).The icon contains link to video file. By clicking on that icon the video specified in Url should play. This is the whole scene. Now I can't really implement the part where I give the button its functionality that is make the video to play.
Thanks a lot beforehand

Categories

Resources