How to build an app solution Flashcards

1
Q

Power Apps Studio

A

Power Apps Studio is the name of the web interface you use to build your app. With Power Apps, there is no client to download or install for building apps. Everything is done from the browser by logging into https://make.PowerApps.com.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

App format: mobile or tablet

A

The first step in creating your app is to choose the format of your app: Mobile or Tablet. While both formats can be used interchangeably on a mobile device, a tablet, or a computer, each has different defaults around sizing of the screens and controls. Once you choose the format for an app, you cannot change it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Galleries

A

The Gallery control is used to display records from a table of data. The display of a record is then defined by a template, which you can customize to meet your needs. This allows you to control which fields are shown and how they are formatted. Power Apps will then apply this template automatically to every record in your data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Forms

A

Forms are focused on working with a specific record, often based on a selection from a gallery. In this experience, a user browses a gallery to find and select the desired record displaying the details on the form. Forms enable a user to not only view detailed information, but to save new records and edit existing ones. The various actions performed with forms are controlled by form modes allowing the form to serve many purposes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Input Controls

A

To allow you maximum flexibility in customizing your apps, Power Apps has a large selection of Input controls. Text inputs, buttons, dropdowns, toggles, date pickers, and sliders are a few examples. You can add these controls to galleries, forms, and screens to build a functional and aesthetic experience for your app. All inputs have a multitude of settings for default data, formatting, and actions which allow you to build an app that has the right user experience for your business process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Intelligent Controls: H/W based controls and Service Backed controls

A

In addition to common inputs as covered above, Power Apps also provides a rich set of controls for more advanced operations. There are hardware-based controls which allow access to the camera, bar code scanner, GPS, and more hardware features. There are also service backed controls like the business card reader or object detector which allow you to add artificial intelligence to your app without writing code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Functions hint: like Excel formula

A

Functions are the glue that binds all these controls, inputs, and data sources together. You can use one or more functions to create formulas in your apps. These formulas are similar to the language you use in Excel and can be used for actions such as sending data to a data source, formatting information, creating animations, and more. No complicated code is necessary, simply powerful functions with straightforward inputs to enhance your app.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly