K
K
kekrest2021-03-08 19:41:20
Android
kekrest, 2021-03-08 19:41:20

Can sqlite be used if I need to download data through a server on Android?

We are writing an application, a question arose about the database. The bottom line: the user enters the application and downloads the necessary information (text, photo, models) from the server, since sqlite cannot be used directly, there is a binding with the room, but if I understand correctly, it is still not for multi-user mode, the number is limited. What then is better to use or can you stay on sqlite ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-03-08
@vabka

If on the user's device, then sqlite can be used.
On the server, it is better to take a more "adult" database, such as pgSQL

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question