How to load a Recycleview with a list?

Asked

Viewed 251 times

0

I have a List loaded with a JSON of a query with multiple records and multiple columns:

List<Videos> lstVideos = new ArrayList<Videos>();

So far so good. What I need is to carry one RecycleView with that list.
In that RecycleView will have a configuration of layout similar to this:

Imagem        Titulo do Video

              Descrição


Imagem        Titulo do Video

              Descrição


Imagem        Titulo do Video

              Descrição

How can I do that ?

Can you give me an example of code, tutorial, video, whatever allows me to do something like that? Thank you so much for all your help.

1 answer

1

  • Thanks, but that didn’t help much

  • @user3267188, for me this link gives all the information necessary to start making this list, just adapt to your "datasource". I would just recommend to milestones, put pertinent information from the link, as it may become invalid (despite being google, the address may change).

Browser other questions tagged

You are not signed in. Login or sign up in order to post.