Question
Define custom generic base view
Hello,
I am building an application that contains many screens.
All the screens share the same containers and modal windows.
I am found myself obliged to duplicated treatment for different containers and models on each screen.
My question is:
Is there a way to define a customView class that contains:
- Shared containers.
- Shared modals.
And new screens will be subclasses of this mother costomView class ?
Thanks
