Building a responsive password manager in Power Apps – designing an adaptive application
In the previous recipe, we completed setting up an Azure Key Vault instance to hold the secrets we will consume from our app. The application design will be responsive and adaptable when running on desktops or mobile devices.
Getting ready
Building a responsive application on any platform requires evaluating some design principles before making the app. When designing the UI, you must consider the different mediums your end-users will use to consume the app. You need to address the size and location of the controls for every device.
In Power Apps, many layout tools can help you build these types of applications. We aim to create one application that works the same on desktop and mobile devices.
You can find the complete application and the resources needed to build it in our GitHub repo: https://github.com/PacktPublishing/Microsoft-Power-Apps-Cookbook-Third-Edition/tree...