+ 1
Beginners Question
I want to create a website and a android application with single database how should i start. Please suggest
2 Answers
+ 2
It looks like a system integration projects. I strongly advise that you read on algorithmic concepts relative to control and data structures before even thinking of coding. Look into database concepts as well.
0
I would suggest you learn the basics of firebase database. It is easy and very popular when building android apps.
Also, you can use SQLite but is not as popular as firebase is nowadays.