Similar Posts

Subscribe
Notify of
3 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
SpezialAntwort
2 months ago

An app is like a website, only it works without a browser, it is more directly bound to the operating system. The underlying (programming) languages are different. Finally, an app communicates with the same sender.

The data communicated via the app could then also be retrieved via the website when stored in a database. To this end, however, a user profile (account) must be set up to assign the data.

dervieux
2 months ago

Databases are important.

I’ll just explain to you:

– You have a database in a server

– You connect the app to the server (to communicate with the database)

– You connect the website to the server. (similar to the app)

App < - -> Server database < - - -> Website

llarryyllarryy
2 months ago

You can display the web page in the app as long as it is only html and javascript, or you use the browser function and the app just calls the web page on