Loading BG
Loading BG

Reputation: 131

How to create an online database for an android app?

How can I make an online database for an android app?

I am making an android app about the impressive speech and I want to make a database storing accounts of users so they can retrieve their progress anytime anywhere. But how can I make it online so it is accessible from every device?

Upvotes: 0

Views: 552

Answers (2)

MC Star
MC Star

Reputation: 18

the best solution for your problem is to use Firebase and especially Firebase Database. Another solution is to use Parse Server.

Upvotes: 0

kiru
kiru

Reputation: 129

You have to use a service such as Firebase or write a backend-server which runs a database (for example using Spring Boot and a simple H2 database would solve it).

Upvotes: 1

Related Questions