Custom ListView Use Card View In Android Using Kotlin Basic

preview_player
Показать описание
ListView
Advertisements. Android ListView is a view which groups several items and display them in vertical scrollable list. The list items are automatically inserted to the list using an Adapter that pulls content from a source such as an array or database
CardView
Android 7.0 introduces a new widget called CardView which essentially can be thought of as a FrameLayout with rounded corners and shadow based on its elevation. Note that a CardView wraps a layout and will often be the container used in a layout for each item within a ListView or RecyclerView
Рекомендации по теме
Комментарии
Автор

thanks
make when click on listview items go next page show details text with pictuer icon i very need learn this
thanks again

samirdesigner
Автор

how to make the deatils display on onclick of the main card?? for eg: i have the list of card displaying the title and when i click on one card i want the details to be populated. how to do that??

malavikaanand
welcome to shbcf.ru