What view was used in this layout

0

I'm creating an app that the person does a registration, and in that register have names, photos and various information and I wanted to list these information and photos that way, does anyone know what was used? In this gallery you'll slide your finger and upload new photos

    
asked by anonymous 24.01.2018 / 17:39

1 answer

1

In this example, CardView was used with RecyclerView.

There are examples of google to use their guidelines for material design and some tutorials on the internet.

If you want a tutorial, you have this one: Getting Started With RecyclerView and CardView

There are people who sell templates from well-implemented google guidelines implementations. An example would be MaterialX (available in google play).

    
24.01.2018 / 19:20