How to send data from a view to another view?

On WEB application we have the option to send data between pages, but on mobile I don’t find anything related.

In mobile I need to send the data that user clicked to another view and show more features of a product, but I didn’t find a way to do this without create another data type in database.

Can anyone help me?