Building a responsive password manager in Power Apps – designing an adaptive application
In the previous recipe, we completed an Azure Key Vault setup to hold the secrets we will consume from our app. This application's design will be responsive so that it can adapt when executing on desktops or mobile devices.
Explanation and overview
Building a responsive application in any platform requires some design principles to be evaluated before making the app. The different mediums in which our app is consumed need to be considered when designing the UI. 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. Our goal is to create one application that works the same on desktop and mobile devices.
Getting ready
The complete application, as well as the resources needed to build it, can be found in our GitHub repo: https://github.com/PacktPublishing...