This video feed will be taken from multiple channels on youtube and facebook. As i understand Facebook doesn't allow users to watch videos without access token (Which is given when the person is logged in via facebook), so here I suggest that we should show videos in app if the video is available on youtube and open the facebook app if the video is of facebook.
The recycler view should contain the following fields:
1) Thumbnail
2) Name of the video
3) Time stamp of the video
4) Name of the department/club who made that video
5) Source of the video (i.e Youtube/Facebook)
The developer can either use Youtube API for this task or he can simply make url calls for Youtube videos.
This video feed will be taken from multiple channels on youtube and facebook. As i understand Facebook doesn't allow users to watch videos without access token (Which is given when the person is logged in via facebook), so here I suggest that we should show videos in app if the video is available on youtube and open the facebook app if the video is of facebook.
The recycler view should contain the following fields: 1) Thumbnail 2) Name of the video 3) Time stamp of the video 4) Name of the department/club who made that video 5) Source of the video (i.e Youtube/Facebook)
The developer can either use Youtube API for this task or he can simply make url calls for Youtube videos.
For Facebook videos only URL calls possible.