I want to pass variables to some views
Thank you for helping.
I want to access common variables on several screens (View).
How do I pass a variable to View?
Will it be passed to the base class of View?
I want to make it a smart way without using global variables.
Thank you.