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)

Chapter 6: Improving User Experience

The process of creating applications is a complex workflow. You need to analyze the requirements, design data sources, choose existing tools and platforms, and build the User Interface (UI), among others.

Power Apps, being a platform to build applications, is always evolving to help app makers create functional solutions quickly. However, this sometimes means making sacrifices in specific areas, such as including an appealing UI.

This chapter will show you how to improve the UI of full-featured applications created from data, thus promoting our solution's adoption. We will also discover how to improve our application building workflow by creating one responsive application that works the same on mobile and desktop.

The recipes in this chapter will help us to go deeper into these concepts:

  • Enhancing application interfaces
  • Building a responsive password manager in Power Apps – setting up the Azure Key Vault service...