You need to create a scrolling list for the application, like this:
Can I make it with a regular ListView ?
CardView Recyclerview , or CardView used CardView ?
Tell me the best way to implement such a list.
You need to create a scrolling list for the application, like this:
Can I make it with a regular ListView ?
CardView Recyclerview , or CardView used CardView ?
Tell me the best way to implement such a list.
It uses RecyclerView or ListView. Just made custom adapter. In which two TextView and ImageView.
Source: https://ru.stackoverflow.com/questions/639321/
All Articles
ListVieworRecyclerView- these are two list display widgets. TheCardViewwidget does not display lists at all, it is a decorative widget that draws a "card" and is not observed on your screenshot. - pavlofff