Display data on the same screen

hello friends, i want when i click on any cardview, my items [title, date, subt] to be displayed on bottom_sheet on the same screen (not on second screen), is there any example on how to display data when you click on any cardview on the same screen

component_event

thanks in advance

Is all the cardviews ate created. by default dynamic or using dynamic extension or manually?

If used type 1 or 2, On anycardvirw click, get id. Let this id be act as a index. Using this index get the required items from the list of lists and put it in bottom sheet

They are normal card view using recycler view extension

Just follow the above said steps