Hello,
I want to make a simple coding:
There is a view with a table on a given perspective containing i.e.
cars. When a car of the table is clicked, the view of the perspective
should be switched to a detailed view on the perspective with more
information about the clicked car.
Problems:
1) How can the overview-view tell its perspective to change the view to
the detail-car-view?
2) How can I parametrise the detailed-car-View with a parameter
(Identifier of the clicked car)?
best regards,
christian