F
F
foonfyrick2020-08-03 08:32:12
Java
foonfyrick, 2020-08-03 08:32:12

What is the backend in mobile development?

As far as I understand, everything related to the visual component (handling clicks, changing the screen, alerts) is all front-end, and the back-end is getting data from different sources, saving it in different sources, and interacting with the database? Do I understand it correctly? Can you please add what is the backend for mobile development?
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2020-08-03
@foonfyrick

There is no backend in mobile development itself. An application can access some REST API for data, for example, and here is the code running on the server and providing this API is the backend.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question