I am trying to get the Supabase Database table data shown in the picture :
Table in Supabase
into the Recycler View in My Android App.
The wireframe for the given Recycler View is like this :
Wireframe of Recycler View
After that the card should show details and thumbnail of the video and should play video on clicking the card.
I didn’t find any document or blogs related to this.