K
K
Kurban Mammaev2017-03-28 14:45:46
Java
Kurban Mammaev, 2017-03-28 14:45:46

How to implement an application that works with a remote database?

The application must read and change the data. The database itself must be somewhere on the network.
How to implement all this? What hosting to use? (Is it necessary to have a database)
Data from the hosting can be parsed, but not edited. I tried to download a file with text via ftp, and then upload it (it didn’t work to upload it via ftpclient).
I read about Retrofit, but as I understand it, it is not needed for this task (or I'm wrong).
Explain how this kind of application works, where data is read, changed and uploaded back.
Thank you.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
W
WelloGraphics, 2017-03-31
@Axe98

Try Firebase, specifically Realtime Database. It’s convenient because you don’t need to write any backend.

I
Ilya Karavaev, 2017-03-28
@Quieteroks

Listen, there is jdb, which can connect to any host. The question is only in the settings of the database itself, so that it would allow requests from outside to pass to itself.

I
igruschkafox, 2017-04-06
@igruschkafox

Look at any cloud

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question