I am trying to create a Loyalty App. It has a lot of functions and I am having trouble sending data to multiple screeens and I am thinking on using a one screen only.
-Login/Sign up/Log out
-3 users (Stores,Customer ,Admin)
-Customer can generate code, View different stores wit h different given points, Claim Reward,Manage account
-Store can Create Reward,Give Points and manage account
You can use Vertical arrangements to fit the components of different screens into one screen. Hide and reveal them at different parts of the app.emphasized text
However, it is recommended to not have too much of anything. If you think you have too much components, create a new screen instead. If you have too many screens, use arrangements instead.
This is called virtual screens - they are not real screens, but attract looked they are.