What's a logic statement?

How logic statements work.

That one is easy! So, a logic statement is a thing that tells your app what to do.

Here's an example of a logic statement:

"If the user clicks the button, then log them in"
or

"If the user clicks the button, and the password does not match the password on file, then DON'T log them in"

In Glide, a lot of your logic will get set using "conditional visibility". Conditional visibility is a feature that shows & hides different things from different people. In other words, it puts a condition on what is visible and what is not. For example, if you have an app with doctors & patients, you may want patients to see one thing & doctors to see another thing. Or if you have an app with a basic plan & a premium plan, you may want basic plan members to see some features & premium plan members to see other features.

Review your App Building 102 lessons in Bootcamp to learn how to create conditional visibility in your app -> awcbootcamp.com

Anything else?

Feel free to send us a message at support@appswithoutcode.com