Android List View with "Complex" Layout

Asked

Viewed 23 times

-1

Until today I had not needed to use layouts that escape the pattern of a list for example. This time, I need to create a list view with a sort of header. For example: [{categorias: [{1, 2, produtos:[{1, 2}]}]}] In short, the header would be the category and the contents of the list would be the products. Any suggestions on how I should mount the Adapter? Preferably using only native components, I am developing natively.

1 answer

0

Browser other questions tagged

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