Book Image

Microsoft Power Apps Cookbook

By : Eickhel Mendoza
Book Image

Microsoft Power Apps Cookbook

By: Eickhel Mendoza

Overview of this book

Microsoft Power Apps Cookbook is a complete resource filled with meticulously crafted recipes to help you build customized business apps that meet ever-changing enterprise demands. You will learn how to design modern apps with the low-code approach in a rapid application development environment by achieving enterprise-wide business agility.
Table of Contents (13 chapters)

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...