i have project, which is building a mobile app ( android)
this app require the user to log in by providing his email and password then the user can start use the app.
it is an IQ test app so i have set of questions and answers..
My question is which database should i use? i choose sqlite but then i read that is Local and can not be accessed by any other device! and i need an online DB that can by accessed by any device so the users can log in and retrieve the test answers.