Dear All,
I am developing the app for mobile devices using Qt5.7/ArcGIS Runtime SDK 100.0.0. I had developed the login.qml and can authenticate the user.
Query: How to redirect the user from the Login.qml to MapList.qml?
Ex: Login.qml - User authentication
MapList.qml - Listing of available maps.
Once the user authenticated successfully, The user has to view the Maplisting. So the user can select the map and view/download it.
What is the strategy should be followed?
If possible some examples or Code snippets
Thanks for the advance