C
C#•2mo ago
Hertzole

Looking for resources regarding login flows and UI states

I've been tinkering around with a desktop application that allows you to optionally use an online account to store data, or just store it locally. So when the user first boots up the application it prompts the user whether they want to use no account or an online account. And when they have selected the account type, then the app should start loading data. This flow is messy to say the least. But if they already have set an account, the application should just boot right into the dashboard and then start fetching data. This is also messy to keep track of. I am not happy at all with my current implementation and now when I'm planning on making a mobile app using MAUI, I want to make it more right. But I can't find any resources for this kind of stuff. Most of my searches just gives me ASP.NET authentication, which is not what I want. So I'd really appreciate some links to resources about how I should manage the flow of my services, my UI states, and whatever else needs to be done. I've just kinda been winging it for this project so I barley know all the terms needed 😅 I'll be extra glad if the resources take MVVM and/or dependency injection into account! Thanks
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?