can anyone help me speed up my app?
The app itself does not give problems but on the “prenota” screen is very slow in executing the code, can someone help me optimize the code?
Because I believe that my app can be improved but I don’t know where to start.
I share the app link privately, thank you
Here is a video, can i reduce this input lag when i click on arrows?
Look, specially when i make an appointment to navigate in another screen it is little bit slow
If you are reliant on the cloud/internet to provide any of the associated data on those screens it will be slow. I imagine you have the label changing towards the end of the code. Maybe move the code to set the label immediately after the button press if possible. This way the label changes, then the rest of the code executes?