I'd like to make an app.

Asked 2 years ago, Updated 2 years ago, 81 views

When an application sends a query, I want to process the collected data through an algorithm and feed it back to the app, but it's just a computer I'd like to know if you're processing data by accessing the database to the server as if you're accessing data, or if you have any special technology. Please tell me what to study(Crying)

database application data

2022-09-22 19:22

1 Answers

For Android, you do not have direct access to the remote DB server.

The operation must be performed through the API server.

The contents you need to study are as follows.


2022-09-22 19:22

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.