I want to open a remote sqlite database with a url such as:
http://www.mysite.com/db.sqlite
Can I use SQLiteDatabase.openDatabase() for this? If not, what’s the right way to do it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It needs to be a file on the device or SD card.
Official Android Docs