Using DelayedLazyView with appShell #65
fgiacomelli
started this conversation in
General
Replies: 1 comment 2 replies
-
Of course! Just wrap your page root layout in a delayed view and call load() in onAppearing in the code behind |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm writing an app that will have a bottom navigation tab and complex views inside each tab.
I want to use native appshell as tabs, but I would like to use the delayedview because my views requires too much time to be rendered to give to the user a good experience.
Could it be possible that I just use the delayedview to load my pages without use the tabhostview?
Beta Was this translation helpful? Give feedback.
All reactions