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 so that it can adapt when running on desktops or mobile devices.
Getting ready
Building a responsive application on any platform requires some design principles to be evaluated 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, there are many layout tools that 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...