Ask Mendy 6 – User Interface
Author(s): Scott Douglas Jacobsen
Publication (Outlet/Website): Mendy Marcus
Publication Date (yyyy/mm/dd): 2018
In terms of the terminology used in some of the prior interviews, one of them is the initialism UI standing for User Interface. What is UI? How does this play an important role in the creation of an app?
I’m not a developer, so I will probably do a bar job explaining this but here I go.
The user interface (UI) is the visual aspect that you interact with, that then communicates with what’s known as the backend, I like to call this functions because I use Firebase Cloud Functions.
Although, all the user sees is the UI, the functions, or backend is the brain that know what needs to happen when the user interacts with a specific part of the UI, then there is the database.
This is where information is kept, so even though you are seeking a nice looking button, what it says in the button can be in the UI code itself or it can check in the database for some text to display in the button.
Mostly, an app deals with these three parts, but sometimes there can also be APIs used like if you want a map in your app; you’re not going to build mapping technology just so you can have one small map. You use Google Maps API. That lets your app communicate with Google Maps.
License
In-Sight Publishing by Scott Douglas Jacobsen is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. Based on a work at www.in-sightjournal.com.
Copyright
© Scott Douglas Jacobsen and In-Sight Publishing 2012-2022. Unauthorized use and/or duplication of this material without express and written permission from this site’s author and/or owner is strictly prohibited. Excerpts and links may be used, provided that full and clear credit is given to Scott Douglas Jacobsen and In-Sight Publishing with appropriate and specific direction to the original content. All interviewees and authors co-copyright their material and may disseminate for their independent purposes.

Comments are closed.